From 573d158fea168b51e0f9e628d08c9d3ca8a40ef8 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 30 Jan 2020 16:18:56 -0800 Subject: [PATCH] [3.1.1xx] Bump self-contained default for 3.0.x and 2.1.x (#6268) * Bump self-contained default for 3.0.x and 2.1.x * Add 3.0.3 feeds for tests --- NuGet.config | 3 +++ src/redist/targets/GenerateBundledVersions.targets | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NuGet.config b/NuGet.config index 75aa23db4..91e6cff29 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,6 +12,9 @@ + + + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a214842a0..45a3461c5 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -14,11 +14,11 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30RuntimePackVersion>3.0.2 + <_NETCoreApp30RuntimePackVersion>3.0.3 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_WindowsDesktop30RuntimePackVersion>3.0.2 + <_WindowsDesktop30RuntimePackVersion>3.0.3 <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_AspNet30RuntimePackVersion>3.0.2 + <_AspNet30RuntimePackVersion>3.0.3 <_AspNet30TargetingPackVersion>3.0.1 @@ -92,7 +92,7 @@ + LatestVersion="2.1.16" /> + LatestVersion="2.1.16"/> + LatestVersion="2.1.16"/>