Merge branch 'release/2.2' of github.com:aspnet/AspNetCore into rybrande/Mondo2.2

This commit is contained in:
Ryan Brandenburg 2018-11-26 11:51:27 -08:00
commit dc11b1b9de
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<!-- Used in our tests -->
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netcoreapp2.2;net461</TargetFrameworks>
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">netcoreapp2.2</TargetFrameworks>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
</PropertyGroup>
<ItemGroup>