Skip to content

Commit af53763

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251015.1 (#191)
[dotnet/release/8.0] Update dependencies from dotnet/arcade
1 parent 63e8818 commit af53763

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
</ToolsetDependencies>
1313
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
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
</PropertyGroup>
1212
</Project>

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)