File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments