From 6d849a7a49907923db4798a6549adb26fdfb258c Mon Sep 17 00:00:00 2001 From: Matthias Vill Date: Thu, 22 Oct 2020 15:02:11 +0200 Subject: [PATCH] Disable SourceLink locally --- .../System.Text.Json.Extensions.csproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/System.Text.Json.Extensions/System.Text.Json.Extensions.csproj b/System.Text.Json.Extensions/System.Text.Json.Extensions.csproj index b5bda13..2a2e43c 100644 --- a/System.Text.Json.Extensions/System.Text.Json.Extensions.csproj +++ b/System.Text.Json.Extensions/System.Text.Json.Extensions.csproj @@ -14,15 +14,16 @@ snupkg --> $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + false - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + +