dotnet6.0/SOURCES/roslyn-no-shared-compilatio...

14 lines
566 B
Diff

Index: source-build-tarball/src/roslyn.2cb3d482e3c09760d1b204c597be93f49dba3349/eng/targets/Settings.props
===================================================================
--- a/eng/targets/Settings.props
+++ b/eng/targets/Settings.props
@@ -39,6 +39,8 @@
Microsoft.Common.CurrentVersion.targets to see how it is consumed -->
<WindowsAppContainer>false</WindowsAppContainer>
+ <UseSharedCompilation>false</UseSharedCompilation>
+
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<Nullable>enable</Nullable>
</PropertyGroup>