Skip to content

Commit a79b22e

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#5391)
[release/9.0] Update dependencies from dotnet/arcade
1 parent e853ecf commit a79b22e

File tree

5 files changed

+34
-16
lines changed

5 files changed

+34
-16
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,29 +152,29 @@
152152
</Dependency>
153153
</ProductDependencies>
154154
<ToolsetDependencies>
155-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25555.4">
155+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25561.1">
156156
<Uri>https://github.com/dotnet/arcade</Uri>
157-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
157+
<Sha>bcc287603101fa751ff666f17b661c5e40fef60f</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25555.4">
159+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25561.1">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
161+
<Sha>bcc287603101fa751ff666f17b661c5e40fef60f</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25555.4">
163+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25561.1">
164164
<Uri>https://github.com/dotnet/arcade</Uri>
165-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
165+
<Sha>bcc287603101fa751ff666f17b661c5e40fef60f</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25555.4">
167+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25561.1">
168168
<Uri>https://github.com/dotnet/arcade</Uri>
169-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
169+
<Sha>bcc287603101fa751ff666f17b661c5e40fef60f</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25555.4">
171+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25561.1">
172172
<Uri>https://github.com/dotnet/arcade</Uri>
173-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
173+
<Sha>bcc287603101fa751ff666f17b661c5e40fef60f</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25555.4">
175+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25561.1">
176176
<Uri>https://github.com/dotnet/arcade</Uri>
177-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
177+
<Sha>bcc287603101fa751ff666f17b661c5e40fef60f</Sha>
178178
</Dependency>
179179
</ToolsetDependencies>
180180
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<!-- arcade -->
15-
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25555.4</MicrosoftDotNetBuildTasksArchivesVersion>
16-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25555.4</MicrosoftDotNetBuildTasksInstallersVersion>
15+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25561.1</MicrosoftDotNetBuildTasksArchivesVersion>
16+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25561.1</MicrosoftDotNetBuildTasksInstallersVersion>
1717
<!-- corefx -->
1818
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
1919
<SystemDataSqlClientVersion>4.9.0</SystemDataSqlClientVersion>
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 ) )
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
2+
--- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900
3+
+++ b/usr/lib/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(elf32-i386)
8+
-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) )
9+
+GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "9.0.111"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25555.4",
7-
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25555.4",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25561.1",
7+
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25561.1",
88
"Microsoft.Build.NoTargets": "3.7.0",
99
"Microsoft.Build.Traversal": "3.4.0"
1010
}

0 commit comments

Comments
 (0)