Use Microsoft.AspNetCore.App for FrameworkReference name

This commit is contained in:
Daniel Plaisted 2018-11-08 12:08:43 -08:00
parent 7c114b1954
commit 158fbdbbad

View file

@ -164,7 +164,7 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackVersion="$(MicrosoftDesktopUIPackageVersion)"
/>
<KnownFrameworkReference Include="Microsoft.AspNetCore"
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"
TargetFramework="netcoreapp3.0"
RuntimeFrameworkName="Microsoft.AspNetCore.App"
DefaultRuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppPackageVersion)"