Skip to content

Commit a58fd99

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241001.3 (#616)
[dotnet/release/9.0] Update dependencies from dotnet/arcade
1 parent c703ef3 commit a58fd99

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24423.2">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24501.3">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
13+
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
1414
</Dependency>
1515
<!-- Intermediate is necessary for source build. -->
16-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24423.2">
16+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24501.3">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
18+
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
1919
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24423.2">
21+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24501.3">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
23+
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.24423.2">
25+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.24501.3">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
27+
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24423.2</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24501.3</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100-preview.7.24407.12"
3+
"dotnet": "9.0.100-rc.1.24452.12"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24423.2",
7-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24423.2",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24501.3",
7+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24501.3",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)