Skip to content

Commit 242ba5a

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251015.1
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.25504.1 -> To Version 8.0.0-beta.25515.1
1 parent 4341e03 commit 242ba5a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,18 +219,18 @@
219219
</Dependency>
220220
</ProductDependencies>
221221
<ToolsetDependencies>
222-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25504.1">
222+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25515.1">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
224+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
225225
<SourceBuild RepoName="arcade" ManagedOnly="true" />
226226
</Dependency>
227-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25504.1">
227+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25515.1">
228228
<Uri>https://github.com/dotnet/arcade</Uri>
229-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
229+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
230230
</Dependency>
231-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25504.1">
231+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25515.1">
232232
<Uri>https://github.com/dotnet/arcade</Uri>
233-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
233+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
234234
</Dependency>
235235
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23578.2">
236236
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141
<PropertyGroup>
4242
<!-- Dependency from https://github.com/dotnet/arcade -->
43-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25504.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
43+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25515.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4444
</PropertyGroup>
4545
<PropertyGroup>
4646
<!-- Dependency from https://github.com/dotnet/arcade-services -->

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.120",
3+
"dotnet": "8.0.121",
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.25504.1",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25504.1"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25515.1",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25515.1"
1616
}
1717
}

0 commit comments

Comments
 (0)