Skip to content

Commit ded76b9

Browse files
authored
Update targeting and runtime packs for net9.0 TFM (#44508)
1 parent d94b0a8 commit ded76b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Installer/redist-installer/targets/GenerateBundledVersions.targets

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@
8585
<_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion)</_NETStandardLibraryPackageVersion>
8686
<_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</_NETCorePlatformsPackageVersion>
8787

88-
<!-- TODO: Once .NET 9.0.X has released, update these version numbers to 9.0.$(VersionFeature80) -->
89-
<_NET90RuntimePackVersion>9.0.0-preview.7.24405.7</_NET90RuntimePackVersion>
90-
<_NET90TargetingPackVersion>9.0.0-preview.7.24405.7</_NET90TargetingPackVersion>
91-
<_WindowsDesktop90RuntimePackVersion>9.0.0-preview.7.24405.2</_WindowsDesktop90RuntimePackVersion>
92-
<_WindowsDesktop90TargetingPackVersion>9.0.0-preview.7.24405.2</_WindowsDesktop90TargetingPackVersion>
93-
<_AspNet90RuntimePackVersion>9.0.0-preview.7.24406.2</_AspNet90RuntimePackVersion>
94-
<_AspNet90TargetingPackVersion>9.0.0-preview.7.24406.2</_AspNet90TargetingPackVersion>
88+
<!-- TODO: Once .NET 9.0.X has released, update these version numbers to 9.0.$(VersionFeature90) -->
89+
<_NET90RuntimePackVersion>9.0.0-rc.2.24473.5</_NET90RuntimePackVersion>
90+
<_NET90TargetingPackVersion>9.0.0-rc.2.24473.5</_NET90TargetingPackVersion>
91+
<_WindowsDesktop90RuntimePackVersion>9.0.0-rc.2.24474.4</_WindowsDesktop90RuntimePackVersion>
92+
<_WindowsDesktop90TargetingPackVersion>9.0.0-rc.2.24474.4</_WindowsDesktop90TargetingPackVersion>
93+
<_AspNet90RuntimePackVersion>9.0.0-rc.2.24474.3</_AspNet90RuntimePackVersion>
94+
<_AspNet90TargetingPackVersion>9.0.0-rc.2.24474.3</_AspNet90TargetingPackVersion>
9595

9696
<_NET80RuntimePackVersion>8.0.$(VersionFeature80)</_NET80RuntimePackVersion>
9797
<_NET80TargetingPackVersion>8.0.$(VersionFeature80)</_NET80TargetingPackVersion>

0 commit comments

Comments
 (0)