Skip to content

Commit 9ba5cce

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251015.1 (#268)
[dotnet/release/8.0] Update dependencies from dotnet/arcade
1 parent ca80c6b commit 9ba5cce

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25504.1">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25515.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
6+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.25504.1">
8+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.25515.1">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>3edea53c9b10e4bc63de863d71a05d47d9bb5b69</Sha>
10+
<Sha>6544413e02741855b701468aa8afc6cf8ca62c72</Sha>
1111
</Dependency>
1212
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23354.1">
1313
<Uri>https://github.com/dotnet/llvm-project</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PreReleaseVersionIteration>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.25504.1</MicrosoftDotNetBuildTasksPackagingVersion>
10+
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.25515.1</MicrosoftDotNetBuildTasksPackagingVersion>
1111
<!-- Mono LLVM -->
1212
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23354.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
1313
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23354.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.120"
3+
"dotnet": "8.0.121"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25504.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25515.1",
77
"Microsoft.Build.NoTargets": "3.5.0",
88
"Microsoft.Build.Traversal": "2.0.34"
99
}

0 commit comments

Comments
 (0)