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:
2930f33
)
Remove redundant SourceBuildTrimNetFrameworkTargets property (#4016)
author
Chaojie
<42886212+v-chayan@users.noreply.github.com>
Mon, 10 Jul 2023 14:34:33 +0000
(22:34 +0800)
committer
GitHub
<noreply@github.com>
Mon, 10 Jul 2023 14:34:33 +0000
(09:34 -0500)
Part of dotnet/source-build#3503
eng/SourceBuild.props
patch
|
blob
|
history
diff --git
a/eng/SourceBuild.props
b/eng/SourceBuild.props
index 3b2720bbf0e2016a93dc9d4dbbc0e5db67da8900..cd816718855c1bd4df8535f73294cc02ee638432 100644
(file)
--- a/
eng/SourceBuild.props
+++ b/
eng/SourceBuild.props
@@
-5,7
+5,6
@@
<PropertyGroup>
<GitHubRepositoryName>diagnostics</GitHubRepositoryName>
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
- <SourceBuildTrimNetFrameworkTargets>true</SourceBuildTrimNetFrameworkTargets>
</PropertyGroup>
<ItemGroup>