projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89710d
)
Trim away netframework targets in source-build (#3788)
author
Nikola Milosavljevic
<nikolam@microsoft.com>
Wed, 29 Mar 2023 19:58:23 +0000
(12:58 -0700)
committer
GitHub
<noreply@github.com>
Wed, 29 Mar 2023 19:58:23 +0000
(12:58 -0700)
eng/SourceBuild.props
patch
|
blob
|
history
diff --git
a/eng/SourceBuild.props
b/eng/SourceBuild.props
index 4d4b4b3041e1764a2e27da62bab82334ae1b9ff0..75124a0ba033caf20126980342019476d8d75217 100644
(file)
--- a/
eng/SourceBuild.props
+++ b/
eng/SourceBuild.props
@@
-3,6
+3,7
@@
<PropertyGroup>
<GitHubRepositoryName>diagnostics</GitHubRepositoryName>
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
+ <SourceBuildTrimNetFrameworkTargets>true</SourceBuildTrimNetFrameworkTargets>
</PropertyGroup>
<ItemGroup>