File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 104104 <DebugType >portable</DebugType >
105105 </PropertyGroup >
106106
107+ <!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
108+ <PropertyGroup >
109+ <!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
110+ <DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
111+ <!-- Instruct the compiler to not automatically reference mscorlib -->
112+ <NoStandardLib >true</NoStandardLib >
113+ <!-- Prevent the GetReferenceAssemblyPaths task in Microsoft.Common.CurrentVersion.targets
114+ from attempting to locate an external copy of the reference assemblies. -->
115+ <AutomaticallyUseReferenceAssemblyPackages >false</AutomaticallyUseReferenceAssemblyPackages >
116+ <FrameworkPathOverride >$(ManagedPath)</FrameworkPathOverride >
117+ </PropertyGroup >
118+
107119 <!-- Import references-->
108120 <ItemGroup >
109121 <Reference Include =" $(ManagedPath)\System.dll" >
You can’t perform that action at this time.
0 commit comments