Fix the 7.0 default runtime version
This commit is contained in:
parent
683e859fad
commit
d75365e428
1 changed files with 5 additions and 5 deletions
|
@ -515,7 +515,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<KnownFrameworkReference Include="Microsoft.NETCore.App"
|
||||
TargetFramework="net7.0"
|
||||
RuntimeFrameworkName="Microsoft.NETCore.App"
|
||||
DefaultRuntimeFrameworkVersion="$(_NET70RuntimePackVersion)"
|
||||
DefaultRuntimeFrameworkVersion="7.0.0"
|
||||
LatestRuntimeFrameworkVersion="$(_NET70RuntimePackVersion)"
|
||||
TargetingPackName="Microsoft.NETCore.App.Ref"
|
||||
TargetingPackVersion="$(_NET70TargetingPackVersion)"
|
||||
|
@ -561,7 +561,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App"
|
||||
TargetFramework="net7.0"
|
||||
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
|
||||
DefaultRuntimeFrameworkVersion="$(_WindowsDesktop70RuntimePackVersion)"
|
||||
DefaultRuntimeFrameworkVersion="7.0.0"
|
||||
LatestRuntimeFrameworkVersion="$(_WindowsDesktop70RuntimePackVersion)"
|
||||
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
|
||||
TargetingPackVersion="$(_WindowsDesktop70TargetingPackVersion)"
|
||||
|
@ -573,7 +573,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WPF"
|
||||
TargetFramework="net7.0"
|
||||
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
|
||||
DefaultRuntimeFrameworkVersion="$(_WindowsDesktop70RuntimePackVersion)"
|
||||
DefaultRuntimeFrameworkVersion="7.0.0"
|
||||
LatestRuntimeFrameworkVersion="$(_WindowsDesktop70RuntimePackVersion)"
|
||||
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
|
||||
TargetingPackVersion="$(_WindowsDesktop70TargetingPackVersion)"
|
||||
|
@ -586,7 +586,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WindowsForms"
|
||||
TargetFramework="net7.0"
|
||||
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
|
||||
DefaultRuntimeFrameworkVersion="$(_WindowsDesktop70RuntimePackVersion)"
|
||||
DefaultRuntimeFrameworkVersion="7.0.0"
|
||||
LatestRuntimeFrameworkVersion="$(_WindowsDesktop70RuntimePackVersion)"
|
||||
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
|
||||
TargetingPackVersion="$(_WindowsDesktop70TargetingPackVersion)"
|
||||
|
@ -599,7 +599,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"
|
||||
TargetFramework="net7.0"
|
||||
RuntimeFrameworkName="Microsoft.AspNetCore.App"
|
||||
DefaultRuntimeFrameworkVersion="$(_AspNet70RuntimePackVersion)"
|
||||
DefaultRuntimeFrameworkVersion="7.0.0"
|
||||
LatestRuntimeFrameworkVersion="$(_AspNet70RuntimePackVersion)"
|
||||
TargetingPackName="Microsoft.AspNetCore.App.Ref"
|
||||
TargetingPackVersion="$(_AspNet70TargetingPackVersion)"
|
||||
|
|
Loading…
Add table
Reference in a new issue