Update ASP.NET Core to 3.0.0-alpha1-10772

This commit is contained in:
Nate McMaster 2018-11-20 17:15:37 -08:00
parent 11e948cb4d
commit daf5c94bb5
No known key found for this signature in database
GPG key ID: A778D9601BD78810
5 changed files with 17 additions and 39 deletions

View file

@ -2,10 +2,10 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>