diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index da67b016d..2021d52ec 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -25,8 +25,9 @@ - $([MSBuild]::Add($(VersionFeature), 29)) - $([MSBuild]::Add($(VersionFeature), 18)) + 29 + 18 + 9 @@ -39,29 +40,29 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NET50RuntimePackVersion>5.0.9 + <_NET50RuntimePackVersion>5.0.$(VersionFeature50) <_NET50TargetingPackVersion>5.0.0 - <_WindowsDesktop50RuntimePackVersion>5.0.8 + <_WindowsDesktop50RuntimePackVersion>5.0.$(VersionFeature50) <_WindowsDesktop50TargetingPackVersion>5.0.0 - <_AspNet50RuntimePackVersion>5.0.9 + <_AspNet50RuntimePackVersion>5.0.$(VersionFeature50) <_AspNet50TargetingPackVersion>5.0.0 <_NETCoreApp30RuntimePackVersion>3.0.3 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31RuntimePackVersion>3.1.18 + <_NETCoreApp31RuntimePackVersion>3.1.$(VersionFeature31) <_NETCoreApp31TargetingPackVersion>3.1.0 <_WindowsDesktop30RuntimePackVersion>3.0.3 <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_WindowsDesktop31RuntimePackVersion>3.1.17 + <_WindowsDesktop31RuntimePackVersion>3.1.$(VersionFeature31) <_WindowsDesktop31TargetingPackVersion>3.1.0 <_AspNet30RuntimePackVersion>3.0.3 <_AspNet30TargetingPackVersion>3.0.1 - <_AspNet31RuntimePackVersion>3.1.18 + <_AspNet31RuntimePackVersion>3.1.$(VersionFeature31) <_AspNet31TargetingPackVersion>3.1.10 @@ -221,7 +222,7 @@ + LatestVersion="2.1.$(VersionFeature21)" /> + LatestVersion="2.1.$(VersionFeature21)"/> + LatestVersion="2.1.$(VersionFeature21)"/>