projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322257f
)
Remove EmbeddedResourceUseDependentUponConvention (#36140)
author
Viktor Hofer
<viktor.hofer@microsoft.com>
Mon, 11 May 2020 21:37:25 +0000
(23:37 +0200)
committer
GitHub
<noreply@github.com>
Mon, 11 May 2020 21:37:25 +0000
(14:37 -0700)
Underlying issue is fixed: https://github.com/microsoft/msbuild/issues/4740
Directory.Build.props
patch
|
blob
|
history
diff --git
a/Directory.Build.props
b/Directory.Build.props
index 0d16a8347b40fe188aa6e7f7f1ef5c9456a17612..e26c8ad29e1fd6feec4e6ed6a2f0cf42ad702ae8 100644
(file)
--- a/
Directory.Build.props
+++ b/
Directory.Build.props
@@
-75,9
+75,6
@@
<!-- Language configuration -->
<PropertyGroup>
<Deterministic>true</Deterministic>
-
- <!-- Resource naming bug: https://github.com/microsoft/msbuild/issues/4740 -->
- <EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
</PropertyGroup>
<PropertyGroup>