Skip to content

Commit 2c77d62

Browse files
committed
Reconcile patches
1 parent bb5463d commit 2c77d62

4 files changed

+11
-11
lines changed

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

Lines changed: 5 additions & 5 deletions
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

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.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

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

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

Lines changed: 3 additions & 3 deletions
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" />

0 commit comments

Comments
 (0)