File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Microsoft.NET.Build.Extensions.Tasks
Microsoft.NET.Build.Tasks Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2727 <SystemReflectionMetadataVersion >1.5.0</SystemReflectionMetadataVersion >
2828 </PropertyGroup >
2929
30+ <!-- Get .NET Framework reference assemblies from NuGet packages -->
31+ <PropertyGroup >
32+ <UsingToolNetFrameworkReferenceAssemblies >true</UsingToolNetFrameworkReferenceAssemblies >
33+ </PropertyGroup >
34+
3035 <!-- Test Dependencies -->
3136 <PropertyGroup >
3237 <FluentAssertionsVersion >4.19.2</FluentAssertionsVersion >
Original file line number Diff line number Diff line change 1010 <PackageId >Microsoft.NET.Build.Extensions</PackageId >
1111 <RootNamespace >Microsoft.NET.Build.Tasks</RootNamespace >
1212 <TargetFrameworks >netcoreapp2.0;net46</TargetFrameworks >
13- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >netcoreapp2.0</TargetFrameworks >
1413 </PropertyGroup >
1514
1615 <PropertyGroup >
Original file line number Diff line number Diff line change 77 <OutputType >Library</OutputType >
88 <PackageId >Microsoft.NET.Sdk</PackageId >
99 <TargetFrameworks >netcoreapp2.0;net46</TargetFrameworks >
10- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >netcoreapp2.0</TargetFrameworks >
1110 </PropertyGroup >
1211
1312 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments