Skip to content

Commit 573d158

Browse files
authored
[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
1 parent 53aa3fc commit 573d158

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

NuGet.config

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<add key="darc-pub-dotnet-corefx-0f7f38c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-0f7f38c4/nuget/v3/index.json" />
1313
<add key="darc-pub-dotnet-aspnetcore-c3acdca" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-c3acdcac/nuget/v3/index.json" />
1414
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
15+
<!-- 3.0.3 runtme pack/apphost packs are needed for tests, and not on nuget.org yet or other feeds below. Darc cannot see that due to nonstandard way these are pulled in to a non-3.0 branch -->
16+
<add key="darc-pub-dotnet-core-setup-c03f2fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-c03f2fe6/nuget/v3/index.json" />
17+
<add key="darc-pub-dotnet-aspnetcore-bd1e14b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-bd1e14b7/nuget/v3/index.json" />
1518
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
1619
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1720
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />

src/redist/targets/GenerateBundledVersions.targets

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion)</_NETStandardLibraryPackageVersion>
1515
<_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</_NETCorePlatformsPackageVersion>
1616

17-
<_NETCoreApp30RuntimePackVersion>3.0.2</_NETCoreApp30RuntimePackVersion>
17+
<_NETCoreApp30RuntimePackVersion>3.0.3</_NETCoreApp30RuntimePackVersion>
1818
<_NETCoreApp30TargetingPackVersion>3.0.0</_NETCoreApp30TargetingPackVersion>
19-
<_WindowsDesktop30RuntimePackVersion>3.0.2</_WindowsDesktop30RuntimePackVersion>
19+
<_WindowsDesktop30RuntimePackVersion>3.0.3</_WindowsDesktop30RuntimePackVersion>
2020
<_WindowsDesktop30TargetingPackVersion>3.0.0</_WindowsDesktop30TargetingPackVersion>
21-
<_AspNet30RuntimePackVersion>3.0.2</_AspNet30RuntimePackVersion>
21+
<_AspNet30RuntimePackVersion>3.0.3</_AspNet30RuntimePackVersion>
2222
<_AspNet30TargetingPackVersion>3.0.1</_AspNet30TargetingPackVersion>
2323

2424
<!-- Use only major and minor in target framework version -->
@@ -92,19 +92,19 @@
9292
<ImplicitPackageVariable Include="Microsoft.NETCore.App"
9393
TargetFrameworkVersion="2.1"
9494
DefaultVersion="2.1.0"
95-
LatestVersion="2.1.15" />
95+
LatestVersion="2.1.16" />
9696
<ImplicitPackageVariable Include="Microsoft.NETCore.App"
9797
TargetFrameworkVersion="2.2"
9898
DefaultVersion="2.2.0"
9999
LatestVersion="2.2.8" />
100100
<ImplicitPackageVariable Include="Microsoft.AspNetCore.App"
101101
TargetFrameworkVersion="2.1"
102102
DefaultVersion="2.1.1"
103-
LatestVersion="2.1.15"/>
103+
LatestVersion="2.1.16"/>
104104
<ImplicitPackageVariable Include="Microsoft.AspNetCore.All"
105105
TargetFrameworkVersion="2.1"
106106
DefaultVersion="2.1.1"
107-
LatestVersion="2.1.15"/>
107+
LatestVersion="2.1.16"/>
108108

109109
<ImplicitPackageVariable Include="Microsoft.AspNetCore.App"
110110
TargetFrameworkVersion="2.2"

0 commit comments

Comments
 (0)