Skip to content

Commit 08ad322

Browse files
committed
Fix logic error double-importing system assemblies
1 parent 5fa2acd commit 08ad322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KSPCommon.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
12-
<PropertyGroup Condition=" '$(ReferenceKSPSystemAssemblies)' != 'true' ">
12+
<PropertyGroup Condition=" '$(ReferenceKSPSystemAssemblies)' == 'true' ">
1313
<!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
1414
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
1515
<!-- Instruct the compiler to not automatically reference mscorlib -->

0 commit comments

Comments
 (0)