Skip to content

Commit 899abf9

Browse files
authored
Merge pull request #2045 from dseefeld/3.1.112
Update to 3.1.112
2 parents a5805a9 + f12f834 commit 899abf9

12 files changed

+112
-60
lines changed

NuGet.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
66
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
77
</packageSources>
8-
<disabledPackageSources />
8+
<disabledPackageSources/>
99
</configuration>

build.sh

+6-6
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-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'"},
121+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-331b52b3/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
122+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-tooling-7f783df7/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
123+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-0267ad09/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
124+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-4210e7d1/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
125+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-corefx-43e382ec/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
126+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9b154f56/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/Version.Details.xml

+24-24
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.11-servicing.20566.2" CoherentParentDependency="Microsoft.Private.CoreFx.NETCoreApp">
30+
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.12-servicing.21065.4" CoherentParentDependency="Microsoft.Private.CoreFx.NETCoreApp">
3131
<Uri>https://github.com/dotnet/coreclr</Uri>
32-
<Sha>9fb9458bed5f812b88a69a02f795b738a5a8f167</Sha>
32+
<Sha>fa682a7bd0a7a1eb5f80904c10b88301eb33150c</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.20566.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.linux-x64">
40+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21069.5" CoherentParentDependency="Microsoft.NETCore.App.Runtime.linux-x64">
4141
<Uri>https://github.com/dotnet/corefx</Uri>
42-
<Sha>59d2f36ec02c494eec50940c7993257a807f9531</Sha>
42+
<Sha>50a99d5d3c6e68aecf70627897c0d862a92fc283</Sha>
4343
<RepoName>corefx</RepoName>
4444
<RepoName>corefx-portable</RepoName>
4545
</Dependency>
46-
<Dependency Name="Microsoft.NETCore.App.Runtime.linux-x64" Version="3.1.11" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
46+
<Dependency Name="Microsoft.NETCore.App.Runtime.linux-x64" Version="3.1.12" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
4747
<Uri>https://github.com/dotnet/core-setup</Uri>
48-
<Sha>f5eceb810586ea6138aadcef9e2bba115015ab99</Sha>
48+
<Sha>0267ad09c6f2e2a37b23b7d230ffbf9e787dd388</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.11" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.linux-x64">
52+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="3.1.12" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.linux-x64">
5353
<Uri>https://github.com/dotnet/aspnetcore-tooling</Uri>
54-
<Sha>cd25a65e47d2740ebe460fb4c465a66298e42145</Sha>
54+
<Sha>7f783df7bb2513f30f7d86f2ff1a80e9d5a5a9c5</Sha>
5555
<RepoName>aspnetcore-tooling</RepoName>
5656
</Dependency>
57-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.11" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
57+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.12" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
5858
<Uri>https://github.com/dotnet/templating</Uri>
59-
<Sha>7ab67ec7d56e991d19540fdda6b62d07b519b08a</Sha>
59+
<Sha>9b154f56a0d634c7257b3e5286af6a8d7b0c1f35</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.11-servicing.20567.16" CoherentParentDependency="Microsoft.AspNetCore.Mvc.Razor.Extensions">
75+
<Dependency Name="Microsoft.Extensions.Logging" Version="3.1.12" CoherentParentDependency="Microsoft.AspNetCore.Mvc.Razor.Extensions">
7676
<Uri>https://github.com/dotnet/extensions</Uri>
77-
<Sha>77d62c5738da86985cf69ba0479539b6fdbc904e</Sha>
77+
<Sha>4210e7d19b3e18ecadbd1c4c8589e39eea035d5f</Sha>
7878
<RepoName>aspnet-extensions</RepoName>
7979
</Dependency>
80-
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.111-servicing.20561.13" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
80+
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.112-servicing.21071.11" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
8181
<Uri>https://github.com/dotnet/sdk</Uri>
82-
<Sha>14820d6789a0f0590b858c7c47ffd35c244f935a</Sha>
82+
<Sha>bcb77a6887a5600d050bba4be39c0512f4d5a036</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.11" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
99+
<Dependency Name="Microsoft.AspNetCore.App.Runtime.linux-x64" Version="3.1.12" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
100100
<Uri>https://github.com/dotnet/aspnetcore</Uri>
101-
<Sha>9699b939f94b7524a178821d78addefa5af5d750</Sha>
101+
<Sha>331b52b370cd4e7fe2919d4d4cda27412e2ab1cc</Sha>
102102
<RepoName>aspnetcore</RepoName>
103103
</Dependency>
104-
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.111-servicing.20570.11" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
104+
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.112-servicing.21071.9" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
105105
<Uri>https://github.com/dotnet/cli</Uri>
106-
<Sha>ae61eac41692ef81b6cce06d56d758a4e348191e</Sha>
106+
<Sha>d4aa2a9233c3fcfab38e9539b44c8143a2bbccd3</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.11-servicing.20570.12" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
113+
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.1.12-servicing.21070.14" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
114114
<Uri>https://github.com/dotnet/websdk</Uri>
115-
<Sha>8c7152d287be3a2e594555d75c750cf773a4dbe2</Sha>
115+
<Sha>7373166c63518d71a6f9fb7fe83b4ff47700b9fe</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.111-servicing.20570.21" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
122+
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.112-servicing.21071.25" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
123123
<Uri>https://github.com/dotnet/toolset</Uri>
124-
<Sha>1b928f45826015068a84e30a61868433ea74697c</Sha>
124+
<Sha>1ca4fe1cdbf170c999d22e2c5e1cb586f54a8bf7</Sha>
125125
<RepoName>toolset</RepoName>
126126
</Dependency>
127-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="3.1.111-servicing-015181">
127+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="1.0.0-preview.21072.16">
128128
<Uri>https://github.com/dotnet/installer</Uri>
129-
<Sha>a9538e031d92052e74583261eb736b7ffd79f93c</Sha>
129+
<Sha>cd75074bf4176d61f2c043cfaab67ed78762d329</Sha>
130130
<RepoName>core-sdk</RepoName>
131131
</Dependency>
132132
<!-- external dependencies, not handled by Maestro/Arcade -->

eng/Versions.props

+1-1
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.110</PrivateSourceBuiltArtifactsPackageVersion>
11+
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-3.1.111</PrivateSourceBuiltArtifactsPackageVersion>
1212
</PropertyGroup>
1313
</Project>

global.json

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

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ This file is actually a very long minified JS file with a version number at the
77
end. The file is treated as binary, making this patch less clear, but it's easy
88
to update/reapply it with a text editor.
99
---
10-
.../Web.JS/dist/Release/blazor.server.js | Bin 216950 -> 216952 bytes
10+
.../Web.JS/dist/Release/blazor.server.js | Bin 216950 -> 216951 bytes
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..442ee8cd1ef0f870162ebab0ccedde56f8ec4a5d 100644
14+
index 3042cc0c0242767d8389582c9243eb48195a3954..ec2211a04cb1f7d02cd5477a95cdd2b175df4d98 100644
1515
GIT binary patch
16-
delta 24
17-
fcmex1kN3ws-i8*&7N#xC1^yg{hDx=un$}zZd&~$L
16+
delta 23
17+
ecmex1kN5jL-i8*&7N#xC1^(=YMoP7@n$`ewoCps9
1818

1919
delta 22
20-
dcmew{kN4X=-i8*&7N#xC1^#T7O0}_?)&OiZ2ju_&
20+
dcmex9kN4X=-i8*&7N#xC1^#T7O0}_?)&OiD2jl<%
2121

2222
--
2323
2.18.0

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

+2-2
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.20569.8",
39-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20569.8"
38+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.21063.4",
39+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.21063.4"
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

+1-1
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.110",
27+
"dotnet": "3.1.111",
2828
"runtimes": {
2929
- "dotnet/x64": [
3030
- "$(MicrosoftNETCoreAppInternalPackageVersion)"

patches/corefx/0001-Enable-sourcelink-in-source-build.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Subject: [PATCH 1/7] Enable sourcelink in source-build
88
1 file changed, 4 insertions(+), 4 deletions(-)
99

1010
diff --git a/eng/Tools.props b/eng/Tools.props
11-
index cfe49be3c6..025f8ab9af 100644
11+
index 33edddae16..fdbb3b9c4a 100644
1212
--- a/eng/Tools.props
1313
+++ b/eng/Tools.props
1414
@@ -20,6 +20,10 @@
@@ -18,7 +18,7 @@ index cfe49be3c6..025f8ab9af 100644
1818
+
1919
+ <!-- SourceLink -->
2020
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
21-
+ <PackageReference Include="Microsoft.SourceLink.Vsts.Git" Version="$(MicrosoftSourceLinkVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
21+
+ <PackageReference Include="Microsoft.SourceLink.Vsts.Git" Version="$(MicrosoftSourceLinkVSTSVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
2222
</ItemGroup>
2323

2424
<!-- excluded from offline portion of source build -->
@@ -28,7 +28,7 @@ index cfe49be3c6..025f8ab9af 100644
2828

2929
- <!-- SourceLink -->
3030
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
31-
- <PackageReference Include="Microsoft.SourceLink.Vsts.Git" Version="$(MicrosoftSourceLinkVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
31+
- <PackageReference Include="Microsoft.SourceLink.Vsts.Git" Version="$(MicrosoftSourceLinkVSTSVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
3232
-
3333
<!-- UWP test tools -->
3434
<PackageReference Include="Microsoft.DotNet.UAP.TestTools" Version="$(MicrosoftDotNetUapTestToolsPackageVersion)" Condition="$(TargetGroup.StartsWith('uap'))" PrivateAssets="all" IsImplicitlyDefined="true" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
From b0e30ebc5df0b078599fc94e9b23b1be1de82f87 Mon Sep 17 00:00:00 2001
2+
From: Anipik <[email protected]>
3+
Date: Wed, 27 Jan 2021 10:44:33 -0800
4+
Subject: [PATCH] correct system.numerics.tensors package versions
5+
6+
See https://github.com/dotnet/corefx/pull/43022
7+
8+
---
9+
pkg/Microsoft.Private.PackageBaseline/packageIndex.json | 8 +++-----
10+
src/System.Numerics.Tensors/Directory.Build.props | 2 +-
11+
2 files changed, 4 insertions(+), 6 deletions(-)
12+
13+
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
14+
index 4f289d50cb..1733197f67 100644
15+
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
16+
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
17+
@@ -3534,14 +3534,12 @@
18+
},
19+
"System.Numerics.Tensors": {
20+
"StableVersions": [
21+
- "0.1.0",
22+
- "0.3.0"
23+
+ "0.1.0"
24+
],
25+
- "BaselineVersion": "0.3.0",
26+
+ "BaselineVersion": "0.1.0",
27+
"InboxOn": {},
28+
"AssemblyVersionInPackageVersion": {
29+
- "0.1.0.0": "0.1.0",
30+
- "0.2.0.0": "0.2.0"
31+
+ "0.1.0.0": "0.1.0"
32+
}
33+
},
34+
"System.Numerics.Vectors": {
35+
diff --git a/src/System.Numerics.Tensors/Directory.Build.props b/src/System.Numerics.Tensors/Directory.Build.props
36+
index 54cc918845..f1c26cee38 100644
37+
--- a/src/System.Numerics.Tensors/Directory.Build.props
38+
+++ b/src/System.Numerics.Tensors/Directory.Build.props
39+
@@ -2,7 +2,7 @@
40+
<Import Project="..\Directory.Build.props" />
41+
<PropertyGroup>
42+
<AssemblyVersion>0.2.1.0</AssemblyVersion>
43+
- <PackageVersion>0.3.0</PackageVersion>
44+
+ <PackageVersion>0.2.0</PackageVersion>
45+
<StrongNameKeyId>Open</StrongNameKeyId>
46+
<!-- This is a preview package. Do not mark as stable. -->
47+
<BlockStable>true</BlockStable>
48+
--
49+
2.21.3
50+

0 commit comments

Comments
 (0)