Skip to content

Commit 1decc9d

Browse files
[main] Update dependencies from dotnet/arcade (#2650)
* Update dependencies from https://github.com/dotnet/arcade build 20250730.1 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25366.1 -> To Version 9.0.0-beta.25380.1 * Update Versions.props --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
1 parent 7b20621 commit 1decc9d

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

eng/Version.Details.props

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
<!-- will get filled in the next backflow -->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is auto-generated by the Maestro dependency flow system.
4+
Do not edit it manually, as it will get overwritten by automation.
5+
This file should be imported by eng/Versions.props
6+
-->
7+
<Project>
8+
<PropertyGroup>
9+
<!-- dotnet/arcade dependencies -->
10+
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25380.1</MicrosoftDotNetArcadeSdkPackageVersion>
11+
</PropertyGroup>
12+
<!--Property group for alternate package version names-->
13+
<PropertyGroup>
14+
<!-- dotnet/arcade dependencies -->
15+
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
16+
</PropertyGroup>
17+
</Project>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25366.1">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25380.1">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
9+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

eng/Versions.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<Project>
2+
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
3+
24
<!-- Repo Version Information -->
35
<PropertyGroup>
46
<VersionPrefix>2.0.0</VersionPrefix>
57
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
68
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
79
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->
8-
<DotNetFinalVersionKind></DotNetFinalVersionKind>
10+
<DotNetFinalVersionKind>
11+
</DotNetFinalVersionKind>
912
</PropertyGroup>
1013
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25380.1"
1212
}
1313
}

0 commit comments

Comments
 (0)