diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9bd48a730..f61827d44 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -14,17 +14,17 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30PRuntimePackVersion>3.0.0 + <_NETCoreApp30RuntimePackVersion>3.0.0 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31PRuntimePackVersion>3.1.0-preview1.19506.1 + <_NETCoreApp31RuntimePackVersion>3.1.0-preview1.19506.1 <_NETCoreApp31TargetingPackVersion>$(_NETCoreApp31RuntimePackVersion) - <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30PRuntimePackVersion) + <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30RuntimePackVersion) <_WindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) - <_WindowsDesktop31RuntimePackVersion>$(_NETCoreApp31PRuntimePackVersion) - <_WindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) + <_WindowsDesktop31RuntimePackVersion>$(_NETCoreApp31RuntimePackVersion) + <_WindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) <_AspNet30RuntimePackVersion>3.0.0 <_AspNet30TargetingPackVersion>3.0.0 @@ -237,8 +237,8 @@ Copyright (c) .NET Foundation. All rights reserved. @@ -308,7 +308,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetFramework="netcoreapp3.0" RuntimeFrameworkName="Microsoft.NETCore.App" DefaultRuntimeFrameworkVersion="3.0.0" - LatestRuntimeFrameworkVersion="$(_NETCoreApp30PRuntimePackVersion)" + LatestRuntimeFrameworkVersion="$(_NETCoreApp30RuntimePackVersion)" TargetingPackName="Microsoft.NETCore.App.Ref" TargetingPackVersion="$(_NETCoreApp30TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**" @@ -319,7 +319,7 @@ Copyright (c) .NET Foundation. All rights reserved.