diff --git a/NuGet.config b/NuGet.config index ca89bc0e2..a6e207c59 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,7 +14,9 @@ - + + + @@ -27,5 +29,8 @@ + + + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 01d699be7..56984cdcd 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -14,12 +14,12 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30PRuntimePackVersion>3.0.0 + <_NETCoreApp30RuntimePackVersion>3.0.1 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30PRuntimePackVersion) - <_WindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) - <_AspNet30RuntimePackVersion>3.0.0 - <_AspNet30TargetingPackVersion>3.0.0 + <_WindowsDesktop30RuntimePackVersion>3.0.1 + <_WindowsDesktop30TargetingPackVersion>3.0.0 + <_AspNet30RuntimePackVersion>3.0.1 + <_AspNet30TargetingPackVersion>3.0.1 <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) @@ -226,7 +226,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**" @@ -237,7 +237,7 @@ Copyright (c) .NET Foundation. All rights reserved.