@@ -660,7 +660,7 @@ Copyright (c) .NET Foundation. All rights reserved.
660
660
<KnownFrameworkReference Include="Microsoft.NETCore.App"
661
661
TargetFramework="net9.0"
662
662
RuntimeFrameworkName="Microsoft.NETCore.App"
663
- DefaultRuntimeFrameworkVersion="$(_NET90RuntimePackVersion) "
663
+ DefaultRuntimeFrameworkVersion="9.0.0 "
664
664
LatestRuntimeFrameworkVersion="$(_NET90RuntimePackVersion)"
665
665
TargetingPackName="Microsoft.NETCore.App.Ref"
666
666
TargetingPackVersion="$(_NET90TargetingPackVersion)"
@@ -719,7 +719,7 @@ Copyright (c) .NET Foundation. All rights reserved.
719
719
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App"
720
720
TargetFramework="net9.0"
721
721
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
722
- DefaultRuntimeFrameworkVersion="$(_WindowsDesktop90RuntimePackVersion) "
722
+ DefaultRuntimeFrameworkVersion="9.0.0 "
723
723
LatestRuntimeFrameworkVersion="$(_WindowsDesktop90RuntimePackVersion)"
724
724
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
725
725
TargetingPackVersion="$(_WindowsDesktop90TargetingPackVersion)"
@@ -731,7 +731,7 @@ Copyright (c) .NET Foundation. All rights reserved.
731
731
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WPF"
732
732
TargetFramework="net9.0"
733
733
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
734
- DefaultRuntimeFrameworkVersion="$(_WindowsDesktop90RuntimePackVersion) "
734
+ DefaultRuntimeFrameworkVersion="9.0.0 "
735
735
LatestRuntimeFrameworkVersion="$(_WindowsDesktop90RuntimePackVersion)"
736
736
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
737
737
TargetingPackVersion="$(_WindowsDesktop90TargetingPackVersion)"
@@ -744,7 +744,7 @@ Copyright (c) .NET Foundation. All rights reserved.
744
744
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WindowsForms"
745
745
TargetFramework="net9.0"
746
746
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
747
- DefaultRuntimeFrameworkVersion="$(_WindowsDesktop90RuntimePackVersion) "
747
+ DefaultRuntimeFrameworkVersion="9.0.0 "
748
748
LatestRuntimeFrameworkVersion="$(_WindowsDesktop90RuntimePackVersion)"
749
749
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
750
750
TargetingPackVersion="$(_WindowsDesktop90TargetingPackVersion)"
@@ -757,7 +757,7 @@ Copyright (c) .NET Foundation. All rights reserved.
757
757
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"
758
758
TargetFramework="net9.0"
759
759
RuntimeFrameworkName="Microsoft.AspNetCore.App"
760
- DefaultRuntimeFrameworkVersion="$(_AspNet90RuntimePackVersion) "
760
+ DefaultRuntimeFrameworkVersion="9.0.0 "
761
761
LatestRuntimeFrameworkVersion="$(_AspNet90RuntimePackVersion)"
762
762
TargetingPackName="Microsoft.AspNetCore.App.Ref"
763
763
TargetingPackVersion="$(_AspNet90TargetingPackVersion)"
0 commit comments