diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index 31e587227..de45cc97b 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -23,12 +23,16 @@
+
+ $([MSBuild]::Add($(VersionFeature), 25))
+ $([MSBuild]::Add($(VersionFeature), 12))
+
+
Microsoft.NETCoreSdk.BundledVersions.props
-
-
+
<_NETCoreAppPackageVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)
<_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion)
@@ -37,20 +41,20 @@
<_NETCoreApp30RuntimePackVersion>3.0.3
<_NETCoreApp30TargetingPackVersion>3.0.0
- <_NETCoreApp31RuntimePackVersion>3.1.9
+ <_NETCoreApp31RuntimePackVersion>3.1.$(VersionFeature31)
<_NETCoreApp31TargetingPackVersion>3.1.0
<_WindowsDesktop30RuntimePackVersion>3.0.3
<_WindowsDesktop30TargetingPackVersion>3.0.0
- <_WindowsDesktop31RuntimePackVersion>3.1.9
+ <_WindowsDesktop31RuntimePackVersion>3.1.$(VersionFeature31)
<_WindowsDesktop31TargetingPackVersion>3.1.0
<_AspNet30RuntimePackVersion>3.0.3
<_AspNet30TargetingPackVersion>3.0.1
- <_AspNet31RuntimePackVersion>3.1.10
- <_AspNet31TargetingPackVersion>3.1.10
+ <_AspNet31RuntimePackVersion>3.1.$(VersionFeature31)
+ <_AspNet31TargetingPackVersion>3.1.$(VersionFeature31)
<_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1])
@@ -154,7 +158,7 @@
+ LatestVersion="2.1.$(VersionFeature21)" />
+ LatestVersion="2.1.$(VersionFeature21)"/>
+ LatestVersion="2.1.$(VersionFeature21)"/>