We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1a897 commit 5fa2acdCopy full SHA for 5fa2acd
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