Remove redundant SourceBuildTrimNetFrameworkTargets property (#4016)
authorChaojie <42886212+v-chayan@users.noreply.github.com>
Mon, 10 Jul 2023 14:34:33 +0000 (22:34 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 14:34:33 +0000 (09:34 -0500)
Part of dotnet/source-build#3503

eng/SourceBuild.props

index 3b2720bbf0e2016a93dc9d4dbbc0e5db67da8900..cd816718855c1bd4df8535f73294cc02ee638432 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <GitHubRepositoryName>diagnostics</GitHubRepositoryName>
     <SourceBuildManagedOnly>true</SourceBuildManagedOnly>
-    <SourceBuildTrimNetFrameworkTargets>true</SourceBuildTrimNetFrameworkTargets>
   </PropertyGroup>
 
   <ItemGroup>