Skip to content

Commit 3d9007e

Browse files
committed
can I do this now?
1 parent ede1af6 commit 3d9007e

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

KSPCommon.props

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,7 @@
114114

115115
<!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
116116
<PropertyGroup>
117-
<!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
118-
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
119-
<!-- Instruct the compiler to not automatically reference mscorlib -->
120-
<NoStandardLib>true</NoStandardLib>
121-
<!-- Prevent the GetReferenceAssemblyPaths task in Microsoft.Common.CurrentVersion.targets
122-
from attempting to locate an external copy of the reference assemblies. -->
123-
<AutomaticallyUseReferenceAssemblyPackages>false</AutomaticallyUseReferenceAssemblyPackages>
124-
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
117+
125118
</PropertyGroup>
126119

127120
<ItemGroup>

KSPCommon.targets

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
<!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
1313
<PropertyGroup>
14+
<!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
15+
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
16+
<!-- Instruct the compiler to not automatically reference mscorlib -->
17+
<NoStandardLib>true</NoStandardLib>
18+
<!-- Prevent the GetReferenceAssemblyPaths task in Microsoft.Common.CurrentVersion.targets
19+
from attempting to locate an external copy of the reference assemblies. -->
20+
<AutomaticallyUseReferenceAssemblyPackages>false</AutomaticallyUseReferenceAssemblyPackages>
21+
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
1422
<FrameworkPathOverride>$(KSPBT_ManagedPath)</FrameworkPathOverride>
1523
</PropertyGroup>
1624

0 commit comments

Comments
 (0)