Skip to content

Commit 7b3ca98

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#5292)
[release/9.0] Update dependencies from dotnet/arcade
1 parent 90693a8 commit 7b3ca98

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-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.25473.2">
155+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25475.3">
156156
<Uri>https://github.com/dotnet/arcade</Uri>
157-
<Sha>41e5a0dc1e0007e784118c07b26700220cdc0e63</Sha>
157+
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25473.2">
159+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25475.3">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>41e5a0dc1e0007e784118c07b26700220cdc0e63</Sha>
161+
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25473.2">
163+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25475.3">
164164
<Uri>https://github.com/dotnet/arcade</Uri>
165-
<Sha>41e5a0dc1e0007e784118c07b26700220cdc0e63</Sha>
165+
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25473.2">
167+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25475.3">
168168
<Uri>https://github.com/dotnet/arcade</Uri>
169-
<Sha>41e5a0dc1e0007e784118c07b26700220cdc0e63</Sha>
169+
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25473.2">
171+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25475.3">
172172
<Uri>https://github.com/dotnet/arcade</Uri>
173-
<Sha>41e5a0dc1e0007e784118c07b26700220cdc0e63</Sha>
173+
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25473.2">
175+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25475.3">
176176
<Uri>https://github.com/dotnet/arcade</Uri>
177-
<Sha>41e5a0dc1e0007e784118c07b26700220cdc0e63</Sha>
177+
<Sha>6404baed798af89accd98219614e6c90c153cd8c</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.25473.2</MicrosoftDotNetBuildTasksArchivesVersion>
16-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25473.2</MicrosoftDotNetBuildTasksInstallersVersion>
15+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksArchivesVersion>
16+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksInstallersVersion>
1717
<!-- corefx -->
1818
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
1919
<SystemDataSqlClientVersion>4.9.0</SystemDataSqlClientVersion>

global.json

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

0 commit comments

Comments
 (0)