Support netcoreapp3.1 TFM (#2336)

* Support netcoreapp3.1 TFM

* Unpin SDK for source build

* Update to preview1 branding
This commit is contained in:
John Luo 2019-09-12 22:34:52 -07:00 committed by GitHub
parent 6a577824f8
commit a79ca4056f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net472</TargetFrameworks>
<TargetFrameworks>$(DefaultNetCoreTargetFramework);net472</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<!-- Analyzers tests can't find netfx ref assemblies from a package -->
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' == 'Windows_NT'">false</UsingToolNetFrameworkReferenceAssemblies>