Skip to content

Commit b3f37cb

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251112.3
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25515.1 -> To Version 8.0.0-beta.25562.3
1 parent f15ac4d commit b3f37cb

File tree

6 files changed

+47
-16
lines changed

6 files changed

+47
-16
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@
2222
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
2323
<Sha>abef8ced132657943b7150f01a308e2199a17d5d</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25555.2">
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25562.3">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
27+
<Sha>e8483fe03c7d3257c68f6013441da5d72eeb8392</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.25555.2">
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.25562.3">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
31+
<Sha>e8483fe03c7d3257c68f6013441da5d72eeb8392</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.25555.2">
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.25562.3">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
35+
<Sha>e8483fe03c7d3257c68f6013441da5d72eeb8392</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25555.2">
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25562.3">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
39+
<Sha>e8483fe03c7d3257c68f6013441da5d72eeb8392</Sha>
4040
</Dependency>
4141
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.414-servicing.25404.6">
4242
<Uri>https://github.com/dotnet/installer</Uri>
4343
<Sha>7b3032b6553f6436e8d1cdfd103c22187de53502</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25555.2">
45+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25562.3">
4646
<Uri>https://github.com/dotnet/arcade</Uri>
47-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
47+
<Sha>e8483fe03c7d3257c68f6013441da5d72eeb8392</Sha>
4848
</Dependency>
4949
<Dependency Name="Microsoft.FileFormats" Version="1.0.637302">
5050
<Uri>https://github.com/dotnet/diagnostics</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
-->
4848
<PropertyGroup Label="Automated">
4949
<!-- dotnet/arcade references -->
50-
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.25555.2</MicrosoftDotNetBuildTasksArchivesVersion>
51-
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.25555.2</MicrosoftDotNetCodeAnalysisVersion>
52-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25555.2</MicrosoftDotNetXUnitExtensionsVersion>
50+
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.25562.3</MicrosoftDotNetBuildTasksArchivesVersion>
51+
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.25562.3</MicrosoftDotNetCodeAnalysisVersion>
52+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25562.3</MicrosoftDotNetXUnitExtensionsVersion>
5353
<!-- dotnet/aspnetcore references -->
5454
<MicrosoftAspNetCoreAppRuntimewinx64Version>8.0.18</MicrosoftAspNetCoreAppRuntimewinx64Version>
5555
<VSRedistCommonAspNetCoreSharedFrameworkx6480Version>8.0.18-servicing.25317.6</VSRedistCommonAspNetCoreSharedFrameworkx6480Version>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe
2+
deb-src http://archive.ubuntu.com/ubuntu/ bionic main restricted universe
3+
4+
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe
5+
deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe
6+
7+
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted
8+
deb-src http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted
9+
10+
deb http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
11+
deb-src http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe
2+
deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe
3+
4+
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe
5+
deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe
6+
7+
deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted
8+
deb-src http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted
9+
10+
deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
11+
deb-src http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff -u -r a/usr/lib64/libc.so b/usr/lib64/libc.so
2+
--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900
3+
+++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900
4+
@@ -2,4 +2,4 @@
5+
Use the shared library, but some functions are only in
6+
the static library, so try that secondarily. */
7+
OUTPUT_FORMAT(elf64-x86-64)
8+
-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) )
9+
+GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.121",
3+
"dotnet": "8.0.122",
44
"runtimes": {
55
"aspnetcore": [
66
"$(MicrosoftAspNetCoreApp80Version)"
@@ -18,7 +18,7 @@
1818
},
1919
"msbuild-sdks": {
2020
"Microsoft.Build.NoTargets": "3.7.0",
21-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25555.2",
22-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25555.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25562.3",
22+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25562.3"
2323
}
2424
}

0 commit comments

Comments
 (0)