We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ddcb3 commit 4b70a91Copy full SHA for 4b70a91
KSPCommon.props
@@ -4,6 +4,11 @@
4
<KSPCommonPropsImported>true</KSPCommonPropsImported>
5
</PropertyGroup>
6
7
+ <!-- disable default .net framework imports; use the ones from KSP instead. There are a few differences that are sometimes important. -->
8
+ <PropertyGroup>
9
+ <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
10
+ </PropertyGroup>
11
+
12
<!-- default CKAN compatibility versions -->
13
<PropertyGroup>
14
<CKANCompatibleVersions Condition="('$(CKANCompatibleVersions)' == '')">1.12 1.11 1.10 1.9 1.8</CKANCompatibleVersions>
0 commit comments