Skip to content

Commit 4b70a91

Browse files
authored
KSPCommon.props: add DisableImplicitFrameworkDependencies
1 parent 24ddcb3 commit 4b70a91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

KSPCommon.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<KSPCommonPropsImported>true</KSPCommonPropsImported>
55
</PropertyGroup>
66

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+
712
<!-- default CKAN compatibility versions -->
813
<PropertyGroup>
914
<CKANCompatibleVersions Condition="('$(CKANCompatibleVersions)' == '')">1.12 1.11 1.10 1.9 1.8</CKANCompatibleVersions>

0 commit comments

Comments
 (0)