diff --git a/eng/Versions.props b/eng/Versions.props
index 60d378272929..b94c732e4db5 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -40,6 +40,7 @@
22
11
+ 1
<_NET70ILLinkPackVersion>7.0.100-1.23211.1
diff --git a/src/Layout/redist/targets/GenerateBundledVersions.targets b/src/Layout/redist/targets/GenerateBundledVersions.targets
index 77bee14ce8fb..dbdc7e41c478 100644
--- a/src/Layout/redist/targets/GenerateBundledVersions.targets
+++ b/src/Layout/redist/targets/GenerateBundledVersions.targets
@@ -85,12 +85,12 @@
<_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)
- <_NET100RuntimePackVersion>10.0.100-rtm.25523.111
- <_NET100TargetingPackVersion>10.0.100-rtm.25523.111
- <_WindowsDesktop100RuntimePackVersion>10.0.0-rtm.25523.111
- <_WindowsDesktop100TargetingPackVersion>10.0.0-rtm.25523.111
- <_AspNet100RuntimePackVersion>10.0.0-rtm.25523.111
- <_AspNet100TargetingPackVersion>10.0.0-rtm.25523.111
+ <_NET100RuntimePackVersion>10.0.$(VersionFeature100)
+ <_NET100TargetingPackVersion>10.0.$(VersionFeature100)
+ <_WindowsDesktop100RuntimePackVersion>10.0.$(VersionFeature100)
+ <_WindowsDesktop100TargetingPackVersion>10.0.$(VersionFeature100)
+ <_AspNet100RuntimePackVersion>10.0.$(VersionFeature100)
+ <_AspNet100TargetingPackVersion>10.0.$(VersionFeature100)
<_NET90RuntimePackVersion>9.0.$(VersionFeature90)
<_NET90TargetingPackVersion>9.0.$(VersionFeature90)
@@ -744,10 +744,10 @@ Copyright (c) .NET Foundation. All rights reserved.
@@ -755,65 +755,58 @@ Copyright (c) .NET Foundation. All rights reserved.
+ ILLinkPackVersion="$(_NET100RuntimePackVersion)" />
-
-