Skip to content

Commit f84f9f7

Browse files
authored
[release/8.0.4xx] Update dependencies from dotnet/arcade (#20338)
2 parents 623d937 + 22663a9 commit f84f9f7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,18 @@
214214
</Dependency>
215215
</ProductDependencies>
216216
<ToolsetDependencies>
217-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25105.2">
217+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25111.4">
218218
<Uri>https://github.com/dotnet/arcade</Uri>
219-
<Sha>f9e274e2269d2cda748e78344afe681411748157</Sha>
219+
<Sha>a319ada170a54ee87c7a81e3309948e3d3ea7aca</Sha>
220220
<SourceBuild RepoName="arcade" ManagedOnly="true" />
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25105.2">
222+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25111.4">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>f9e274e2269d2cda748e78344afe681411748157</Sha>
224+
<Sha>a319ada170a54ee87c7a81e3309948e3d3ea7aca</Sha>
225225
</Dependency>
226-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25105.2">
226+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25111.4">
227227
<Uri>https://github.com/dotnet/arcade</Uri>
228-
<Sha>f9e274e2269d2cda748e78344afe681411748157</Sha>
228+
<Sha>a319ada170a54ee87c7a81e3309948e3d3ea7aca</Sha>
229229
</Dependency>
230230
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24306.1">
231231
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Dependency from https://github.com/dotnet/arcade -->
42-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25105.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
42+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25111.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4343
</PropertyGroup>
4444
<PropertyGroup>
4545
<!-- Dependency from https://github.com/dotnet/arcade-services -->

global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.112",
3+
"dotnet": "8.0.113",
44
"runtimes": {
55
"dotnet": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)"
@@ -11,7 +11,7 @@
1111
"cmake": "3.21.0"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25105.2",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25105.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25111.4",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25111.4"
1616
}
1717
}

0 commit comments

Comments
 (0)