From 45e2c862fd96092c3d20ddc5dfba46febfe802c8 Mon Sep 17 00:00:00 2001 From: Austin Drenski Date: Tue, 23 Jan 2024 14:16:50 -0500 Subject: [PATCH] chore: SourceLink is built-in for .NET SDK 8.0.100+ (#198) Signed-off-by: Austin Drenski --- build/Common.prod.props | 7 ------- build/Common.props | 1 - src/Directory.Build.targets | 7 ------- 3 files changed, 15 deletions(-) diff --git a/build/Common.prod.props b/build/Common.prod.props index 6735f173..b797ea0d 100644 --- a/build/Common.prod.props +++ b/build/Common.prod.props @@ -28,11 +28,4 @@ - - true - true - true - snupkg - - diff --git a/build/Common.props b/build/Common.props index 43424f59..afd3c08a 100644 --- a/build/Common.props +++ b/build/Common.props @@ -21,7 +21,6 @@ --> [8.0.0,) [2.0,) - [1.0.0,2.0) diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 44742c36..bef896bf 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -1,11 +1,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))