Let metapackages target netcoreapp2.2

This commit is contained in:
Pranav K 2018-05-09 12:38:01 -07:00
parent 8cbc4375d8
commit ddd5c62054
No known key found for this signature in database
GPG Key ID: 1963DA6D96C3057A
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<PackageTags>aspnetcore</PackageTags>
<Description>Microsoft.AspNetCore.All</Description>
<EnableApiCheck>false</EnableApiCheck>
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
</PropertyGroup>
<ItemGroup>

View File

@ -9,6 +9,9 @@
<PackageTags>aspnetcore</PackageTags>
<Description>Microsoft.AspNetCore.App</Description>
<EnableApiCheck>false</EnableApiCheck>
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
</PropertyGroup>
<ItemGroup>