dotnet6.0/SOURCES/source-build-reference-pack...

13 lines
519 B
Diff

Index: a/src/Directory.Build.props
===================================================================
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -9,6 +9,7 @@
<PropertyGroup>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<IsPackable>true</IsPackable>
+ <UseSharedCompilation>false</UseSharedCompilation>
<!--
Arcade defaults Serviceable to 'true'. Reset it, to use the value in the nuspec. Improves
equality with real packages.