Support netcoreapp3.1 TFM (#2336)
* Support netcoreapp3.1 TFM * Unpin SDK for source build * Update to preview1 branding
This commit is contained in:
parent
6a577824f8
commit
a79ca4056f
|
|
@ -1,7 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netcoreapp3.0;net472</TargetFrameworks>
|
<TargetFrameworks>$(DefaultNetCoreTargetFramework);net472</TargetFrameworks>
|
||||||
<PreserveCompilationContext>true</PreserveCompilationContext>
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
||||||
<!-- Analyzers tests can't find netfx ref assemblies from a package -->
|
<!-- Analyzers tests can't find netfx ref assemblies from a package -->
|
||||||
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' == 'Windows_NT'">false</UsingToolNetFrameworkReferenceAssemblies>
|
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' == 'Windows_NT'">false</UsingToolNetFrameworkReferenceAssemblies>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue