Skip to content

Commit dcd7807

Browse files
authored
Merge pull request #1980 from crummel/release/3.1-jan2021
Update to Jan 2021 3.1.11 release.
2 parents 2dad519 + 8cad9c7 commit dcd7807

15 files changed

+69
-131
lines changed

NuGet.config

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<add key="darc-pub-dotnet-templating-608ee2d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-608ee2d9/nuget/v3/index.json" />
7-
<add key="darc-pub-dotnet-extensions-bdc3bee" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-extensions-bdc3beed/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-core-setup-1721e39-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-2/nuget/v3/index.json" />
9-
<add key="darc-pub-dotnet-core-setup-1721e39-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-1/nuget/v3/index.json" />
10-
<add key="darc-pub-dotnet-core-setup-1721e39" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-aspnetcore-tooling-e2442f2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-tooling-e2442f29/nuget/v3/index.json" />
12-
<add key="darc-pub-dotnet-aspnetcore-e318707" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-e3187077/nuget/v3/index.json" />
13-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
145
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
156
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
167
<add key="arcade" value="https://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json" />

build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ if [ "${internalPackageFeedPat:-}" ]; then
118118
# TODO: Read these from nuget.config
119119
# The internal transport isn't added by Darc, though, so it will still need special-casing.
120120
export VSS_NUGET_EXTERNAL_FEED_ENDPOINTS='{"endpointCredentials": [
121-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-templating-2cb6ddf0/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
122-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-784b0ffa/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
123-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-fcfdef8d-1/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
124-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-fcfdef8d/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
125-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-tooling-1c22292b/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
126-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-1bf292d4/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
121+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-templating-7ab67ec7/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
122+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-59d2f36e/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
123+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-f5eceb81/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
124+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-tooling-cd25a65e/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
125+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-77d62c57/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
126+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-9699b939/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
127127
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"}
128128
]}'
129129
fi

eng/SourceBuild.Tarball.KnownExtraPrebuilts.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
-->
6666
<KnownExtraPrebuiltFile Include="
6767
$(TarballPrebuiltPackageDir)microsoft.bcl.asyncinterfaces.1.1.0.nupkg;
68+
$(TarballPrebuiltPackageDir)system.drawing.common.4.7.0.nupkg;
6869
" />
6970
<!--
7071
Remove source-link packages to throw away tooling that Arcade imports unconditionally in the

eng/Version.Details.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,36 +27,36 @@
2727
<Sha>1127689f262d52ea8ff68ef03d706fa62b3b40a1</Sha>
2828
<RepoName>linker</RepoName>
2929
</Dependency>
30-
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.10-servicing.20516.1" CoherentParentDependency="Microsoft.Private.CoreFx.NETCoreApp">
30+
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.11-servicing.20566.2" CoherentParentDependency="Microsoft.Private.CoreFx.NETCoreApp">
3131
<Uri>https://github.com/dotnet/coreclr</Uri>
32-
<Sha>d989459717cbce34262060c4b8b949185033e379</Sha>
32+
<Sha>9fb9458bed5f812b88a69a02f795b738a5a8f167</Sha>
3333
<RepoName>coreclr</RepoName>
3434
<RepoName>coreclr-portable</RepoName>
3535
</Dependency>
3636
<Dependency Name="NETStandard.Library" Version="2.1.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.linux-x64">
3737
<Uri>https://github.com/dotnet/standard</Uri>
3838
<Sha>a5b5f2e1e369972c8ff1e2183979fab6099f52ef</Sha>
3939
</Dependency>
40-
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.20519.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.linux-x64">
40+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.20566.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.linux-x64">
4141
<Uri>https://github.com/dotnet/corefx</Uri>
42-
<Sha>1b5b5f0bf030bf7250c3258c140fa9e4214325c8</Sha>
42+
<Sha>59d2f36ec02c494eec50940c7993257a807f9531</Sha>
4343
<RepoName>corefx</RepoName>
4444
<RepoName>corefx-portable</RepoName>
4545
</Dependency>
46-
<Dependency Name="Microsoft.NETCore.App.Runtime.linux-x64" Version="3.1.10" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
46+
<Dependency Name="Microsoft.NETCore.App.Runtime.linux-x64" Version="3.1.11" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
4747
<Uri>https://github.com/dotnet/core-setup</Uri>
48-
<Sha>1721e3943939f9af7d5effa702bb7e9b99e254f1</Sha>
48+
<Sha>f5eceb810586ea6138aadcef9e2bba115015ab99</Sha>
4949
<RepoName>core-setup</RepoName>
5050
<RepoName>core-setup-portable</RepoName>
5151
</Dependency>
52-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="3.1.10" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.linux-x64">
52+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="3.1.11" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.linux-x64">
5353
<Uri>https://github.com/dotnet/aspnetcore-tooling</Uri>
54-
<Sha>e2442f29530222358b73882e38d18c4f850900aa</Sha>
54+
<Sha>cd25a65e47d2740ebe460fb4c465a66298e42145</Sha>
5555
<RepoName>aspnetcore-tooling</RepoName>
5656
</Dependency>
57-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.10" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
57+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.11" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
5858
<Uri>https://github.com/dotnet/templating</Uri>
59-
<Sha>608ee2d9c93b432e9741b0f744cdc710a1e9fae9</Sha>
59+
<Sha>7ab67ec7d56e991d19540fdda6b62d07b519b08a</Sha>
6060
<RepoName>templating</RepoName>
6161
</Dependency>
6262
<Dependency Name="Microsoft.NETCore.Compilers" Version="3.4.1-beta4-20127-10" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
@@ -72,14 +72,14 @@
7272
<Sha>6f8eb3a2e1db6b458451b9cfd2a4f5557769b041</Sha>
7373
<RepoName>nuget-client</RepoName>
7474
</Dependency>
75-
<Dependency Name="Microsoft.Extensions.Logging" Version="3.1.10" CoherentParentDependency="Microsoft.AspNetCore.Mvc.Razor.Extensions">
75+
<Dependency Name="Microsoft.Extensions.Logging" Version="3.1.11-servicing.20567.16" CoherentParentDependency="Microsoft.AspNetCore.Mvc.Razor.Extensions">
7676
<Uri>https://github.com/dotnet/extensions</Uri>
77-
<Sha>bdc3beedabad610723b62f484f0ff7be6c97d87e</Sha>
77+
<Sha>77d62c5738da86985cf69ba0479539b6fdbc904e</Sha>
7878
<RepoName>aspnet-extensions</RepoName>
7979
</Dependency>
80-
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.110-servicing.20516.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
80+
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.111-servicing.20561.13" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
8181
<Uri>https://github.com/dotnet/sdk</Uri>
82-
<Sha>81423bd010adc9ae1c1196c87fa2bb50a89db1bb</Sha>
82+
<Sha>14820d6789a0f0590b858c7c47ffd35c244f935a</Sha>
8383
<RepoName>sdk</RepoName>
8484
</Dependency>
8585
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1" CoherentParentDependency="Microsoft.DotNet.Cli.Runtime">
@@ -96,37 +96,37 @@
9696
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
9797
<Sha>173ee3bd61c9549557eefa3cfb718bdef157cb87</Sha>
9898
</Dependency>
99-
<Dependency Name="Microsoft.AspNetCore.App.Runtime.linux-x64" Version="3.1.10" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
99+
<Dependency Name="Microsoft.AspNetCore.App.Runtime.linux-x64" Version="3.1.11" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
100100
<Uri>https://github.com/dotnet/aspnetcore</Uri>
101-
<Sha>e3187077455f953200e3c930430808a30f48b82e</Sha>
101+
<Sha>9699b939f94b7524a178821d78addefa5af5d750</Sha>
102102
<RepoName>aspnetcore</RepoName>
103103
</Dependency>
104-
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.110-servicing.20520.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
104+
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.111-servicing.20570.11" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
105105
<Uri>https://github.com/dotnet/cli</Uri>
106-
<Sha>6178adefc009ccdaffa99cbdb57fe3e8b6980825</Sha>
106+
<Sha>ae61eac41692ef81b6cce06d56d758a4e348191e</Sha>
107107
<RepoName>cli</RepoName>
108108
</Dependency>
109109
<Dependency Name="Microsoft.FSharp.Compiler" Version="10.7.0-beta.19610.6" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
110110
<Uri>https://github.com/dotnet/fsharp</Uri>
111111
<Sha>dc86ab5d2c46e9a7c49290e7e2270ab1eeb0c61e</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.1.110-servicing.20520.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
114-
<Uri>https://github.com/dotnet/websdk</Uri>
115-
<Sha>1fbd5c7407eec344444a601fb4cf69a79a2d2164</Sha>
113+
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.1.11-servicing.20570.12" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
114+
<Uri>https://github.com/crummel/websdk</Uri>
115+
<Sha>8c7152d287be3a2e594555d75c750cf773a4dbe2</Sha>
116116
<RepoName>websdk</RepoName>
117117
</Dependency>
118118
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.3.0" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
119119
<Uri>https://github.com/microsoft/vstest</Uri>
120120
<Sha>55e7e45431c9c05656c999b902686e7402664573</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.110-servicing.20521.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
122+
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.111-servicing.20570.21" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
123123
<Uri>https://github.com/dotnet/toolset</Uri>
124-
<Sha>1ea353920cd54590f12c6e4592da05bc14a09baa</Sha>
124+
<Sha>1b928f45826015068a84e30a61868433ea74697c</Sha>
125125
<RepoName>toolset</RepoName>
126126
</Dependency>
127-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="1.0.0-preview.20521.10">
127+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="3.1.111-servicing-015181">
128128
<Uri>https://github.com/dotnet/installer</Uri>
129-
<Sha>f02c158773cf1b5fd547570d55ad5a436b58f81d</Sha>
129+
<Sha>a9538e031d92052e74583261eb736b7ffd79f93c</Sha>
130130
<RepoName>core-sdk</RepoName>
131131
</Dependency>
132132
<!-- external dependencies, not handled by Maestro/Arcade -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<!-- Production Dependencies -->
99
<PropertyGroup>
1010
<PrivateSourceBuildReferencePackagesPackageVersion>1.0.0-beta.20374.1</PrivateSourceBuildReferencePackagesPackageVersion>
11-
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-3.1.109</PrivateSourceBuiltArtifactsPackageVersion>
11+
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-3.1.110</PrivateSourceBuiltArtifactsPackageVersion>
1212
</PropertyGroup>
1313
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "3.1.109"
3+
"dotnet": "3.1.110"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.CentralPackageVersions": "2.0.1",

patches/aspnetcore/0003-Conditionally-set-PackAsToolShimRID.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

patches/aspnetcore/0007-Fix-version-number.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 084646ce6506bc7b68b0962aa6b29042f6895f71 Mon Sep 17 00:00:00 2001
1+
From 0aa35905e8b6a575dc340a4c48493b2540618880 Mon Sep 17 00:00:00 2001
22
From: dseefeld <dseefeld@microsoft.com>
3-
Date: Mon, 27 Jul 2020 19:29:54 +0000
3+
Date: Fri, 4 Dec 2020 17:28:35 +0000
44
Subject: [PATCH 07/15] Fix version number
55

66
This file is actually a very long minified JS file with a version number at the
@@ -11,10 +11,10 @@ to update/reapply it with a text editor.
1111
1 file changed, 0 insertions(+), 0 deletions(-)
1212

1313
diff --git a/src/Components/Web.JS/dist/Release/blazor.server.js b/src/Components/Web.JS/dist/Release/blazor.server.js
14-
index 3042cc0c0242767d8389582c9243eb48195a3954..bd9b07978bb91635b732dc021e821c1cf154a1b9 100644
14+
index 3042cc0c0242767d8389582c9243eb48195a3954..442ee8cd1ef0f870162ebab0ccedde56f8ec4a5d 100644
1515
GIT binary patch
1616
delta 24
17-
fcmex1kN3ws-i8*&7N#xC1^yg{21>QDn$}zZd&LMD
17+
fcmex1kN3ws-i8*&7N#xC1^yg{hDx=un$}zZd&~$L
1818

1919
delta 22
2020
dcmew{kN4X=-i8*&7N#xC1^#T7O0}_?)&OiZ2ju_&

patches/aspnetcore/0008-Remove-Yarn-dependency-not-used-in-source-build.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ index 6880ef82ed..854ab2f3a5 100644
3535
},
3636
"msbuild-sdks": {
3737
- "Yarn.MSBuild": "1.15.2",
38-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20509.7",
39-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20509.7"
38+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20569.8",
39+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20569.8"
4040
}
4141
diff --git a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj b/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj
4242
index 36eec6b93a..19c5906526 100644

patches/aspnetcore/0012-Support-global.json-on-arm64-as-well.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ index 854ab2f3a5..bc379b038e 100644
2424
+++ b/global.json
2525
@@ -5,10 +5,7 @@
2626
"tools": {
27-
"dotnet": "3.1.109",
27+
"dotnet": "3.1.110",
2828
"runtimes": {
2929
- "dotnet/x64": [
3030
- "$(MicrosoftNETCoreAppInternalPackageVersion)"

patches/core-sdk/0007-Don-t-set-SourceLinkVersion-in-core-sdk.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ if [ "$excludeOnlineTests" == "false" ]; then
454454
fi
455455

456456
fullSdkVersion="$($dotnetDir/dotnet --version)"
457-
"$SCRIPT_ROOT/scripts/fetch-microsoft-sdk.sh" "$fullSdkVersion" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz"
457+
"$SCRIPT_ROOT/scripts/fetch-microsoft-sdk.sh" "$fullSdkVersion" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz" || true
458458
"$SCRIPT_ROOT/scripts/compare-builds.sh" "$dotnetDir" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz" || true
459459

460460
echo "ALL TESTS PASSED!"

smoke-testNuGet.Config

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7-
<add key="darc-pub-dotnet-templating-608ee2d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-608ee2d9/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-extensions-bdc3bee" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-extensions-bdc3beed/nuget/v3/index.json" />
9-
<add key="darc-pub-dotnet-core-setup-1721e39-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-2/nuget/v3/index.json" />
10-
<add key="darc-pub-dotnet-core-setup-1721e39-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-1/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-core-setup-1721e39" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394/nuget/v3/index.json" />
12-
<add key="darc-pub-dotnet-aspnetcore-tooling-e2442f2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-tooling-e2442f29/nuget/v3/index.json" />
13-
<add key="darc-pub-dotnet-aspnetcore-e318707" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-e3187077/nuget/v3/index.json" />
14-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
156
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
167
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
178
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />

0 commit comments

Comments
 (0)