File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 <DebugType >portable</DebugType >
113113 </PropertyGroup >
114114
115+ <!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
116+ <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 >
125+ </PropertyGroup >
126+
115127 <ItemGroup >
116128 <Compile Include =" $(MSBuildThisFileDirectory)/include/*.cs" Condition =" exists('$(MSBuildThisFileDirectory)/include')" />
117129 </ItemGroup >
Original file line number Diff line number Diff line change 99
1010 <!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
1111 <PropertyGroup >
12- <!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
13- <DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
14- <!-- Instruct the compiler to not automatically reference mscorlib -->
15- <NoStandardLib >true</NoStandardLib >
16- <!-- Prevent the GetReferenceAssemblyPaths task in Microsoft.Common.CurrentVersion.targets
17- from attempting to locate an external copy of the reference assemblies. -->
18- <AutomaticallyUseReferenceAssemblyPackages >false</AutomaticallyUseReferenceAssemblyPackages >
1912 <FrameworkPathOverride >$(KSPBT_ManagedPath)</FrameworkPathOverride >
20- <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
2113 </PropertyGroup >
2214
2315 <!-- Import references -->
You can’t perform that action at this time.
0 commit comments