diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 753aa6984..304e3e258 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -28,6 +28,7 @@ 30 22 13 + 1 @@ -40,13 +41,12 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - - <_NET60RuntimePackVersion>6.0.0-rc.2.21452.2 - <_NET60TargetingPackVersion>6.0.0-rc.2.21452.2 - <_WindowsDesktop60RuntimePackVersion>6.0.0-rc.2.21431.3 - <_WindowsDesktop60TargetingPackVersion>6.0.0-rc.2.21431.3 - <_AspNet60RuntimePackVersion>6.0.0-rc.2.21452.1 - <_AspNet60TargetingPackVersion>6.0.0-rc.2.21452.1 + <_NET60RuntimePackVersion>6.0.$(VersionFeature60) + <_NET60TargetingPackVersion>6.0.0 + <_WindowsDesktop60RuntimePackVersion>6.0.$(VersionFeature60) + <_WindowsDesktop60TargetingPackVersion>6.0.0 + <_AspNet60RuntimePackVersion>6.0.$(VersionFeature60) + <_AspNet60TargetingPackVersion>6.0.0 <_NET50RuntimePackVersion>5.0.$(VersionFeature50) <_NET50TargetingPackVersion>5.0.0 @@ -424,7 +424,7 @@ Copyright (c) .NET Foundation. All rights reserved. - +