Skip to content

Commit be1816e

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#5071)
[release/9.0] Update dependencies from dotnet/arcade
1 parent df7b892 commit be1816e

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.25255.3">
155+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25255.5">
156156
<Uri>https://github.com/dotnet/arcade</Uri>
157-
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
157+
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25255.3">
159+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25255.5">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
161+
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25255.3">
163+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25255.5">
164164
<Uri>https://github.com/dotnet/arcade</Uri>
165-
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
165+
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25255.3">
167+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25255.5">
168168
<Uri>https://github.com/dotnet/arcade</Uri>
169-
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
169+
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25255.3">
171+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25255.5">
172172
<Uri>https://github.com/dotnet/arcade</Uri>
173-
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
173+
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25255.3">
175+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25255.5">
176176
<Uri>https://github.com/dotnet/arcade</Uri>
177-
<Sha>dba26274ff5a0906a1880443fc3c0466d1a298ae</Sha>
177+
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</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.25255.3</MicrosoftDotNetBuildTasksArchivesVersion>
16-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25255.3</MicrosoftDotNetBuildTasksInstallersVersion>
15+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25255.5</MicrosoftDotNetBuildTasksArchivesVersion>
16+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25255.5</MicrosoftDotNetBuildTasksInstallersVersion>
1717
<!-- corefx -->
1818
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
1919
<SystemDataSqlClientVersion>4.8.6</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.105"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25255.3",
7-
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25255.3",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25255.5",
7+
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25255.5",
88
"Microsoft.Build.NoTargets": "3.7.0",
99
"Microsoft.Build.Traversal": "3.4.0"
1010
}

0 commit comments

Comments
 (0)