Fix the DefaultRuntimeFrameworkVersion to be the .0 version
This commit is contained in:
parent
ae46ebfe5d
commit
0e9ba44271
1 changed files with 5 additions and 5 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue