Fix the DefaultRuntimeFrameworkVersion to be the .0 version

This commit is contained in:
Marc Paine 2022-01-13 11:03:14 -08:00 committed by GitHub
parent ae46ebfe5d
commit 0e9ba44271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -424,7 +424,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownFrameworkReference Include="Microsoft.NETCore.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Microsoft.NETCore.App"
DefaultRuntimeFrameworkVersion="$(_NET60RuntimePackVersion)"
DefaultRuntimeFrameworkVersion="6.0.0"
LatestRuntimeFrameworkVersion="$(_NET60RuntimePackVersion)"
TargetingPackName="Microsoft.NETCore.App.Ref"
TargetingPackVersion="$(_NET60TargetingPackVersion)"
@ -458,7 +458,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
DefaultRuntimeFrameworkVersion="$(_WindowsDesktop60RuntimePackVersion)"
DefaultRuntimeFrameworkVersion="6.0.0"
LatestRuntimeFrameworkVersion="$(_WindowsDesktop60RuntimePackVersion)"
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
TargetingPackVersion="$(_WindowsDesktop60TargetingPackVersion)"
@ -470,7 +470,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WPF"
TargetFramework="net6.0"
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
DefaultRuntimeFrameworkVersion="$(_WindowsDesktop60RuntimePackVersion)"
DefaultRuntimeFrameworkVersion="6.0.0"
LatestRuntimeFrameworkVersion="$(_WindowsDesktop60RuntimePackVersion)"
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
TargetingPackVersion="$(_WindowsDesktop60TargetingPackVersion)"
@ -483,7 +483,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WindowsForms"
TargetFramework="net6.0"
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
DefaultRuntimeFrameworkVersion="$(_WindowsDesktop60RuntimePackVersion)"
DefaultRuntimeFrameworkVersion="6.0.0"
LatestRuntimeFrameworkVersion="$(_WindowsDesktop60RuntimePackVersion)"
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
TargetingPackVersion="$(_WindowsDesktop60TargetingPackVersion)"
@ -496,7 +496,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Microsoft.AspNetCore.App"
DefaultRuntimeFrameworkVersion="$(_AspNet60RuntimePackVersion)"
DefaultRuntimeFrameworkVersion="6.0.0"
LatestRuntimeFrameworkVersion="$(_AspNet60RuntimePackVersion)"
TargetingPackName="Microsoft.AspNetCore.App.Ref"
TargetingPackVersion="$(_AspNet60TargetingPackVersion)"