We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa2acd commit 08ad322Copy full SHA for 08ad322
1 file changed
KSPCommon.targets
@@ -9,7 +9,7 @@
9
</ItemGroup>
10
11
<!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
12
- <PropertyGroup Condition=" '$(ReferenceKSPSystemAssemblies)' != 'true' ">
+ <PropertyGroup Condition=" '$(ReferenceKSPSystemAssemblies)' == 'true' ">
13
<!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
14
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
15
<!-- Instruct the compiler to not automatically reference mscorlib -->
0 commit comments