Skip to content

Commit c1852b9

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services (#15246)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Missy Messa <[email protected]>
1 parent 16010cc commit c1852b9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
<Uri>https://github.com/dotnet/templating</Uri>
2727
<Sha>dcbc031627671b433927ed0e650dbdebc8e7ccc7</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24561.1">
29+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24562.15">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>32b8acf5b6f79e78a7cc5f7b7c619f68ff0c97ad</Sha>
31+
<Sha>e882d5925ca55013d5810ac51e36574a65c5da84</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24561.1">
33+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24562.15">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>32b8acf5b6f79e78a7cc5f7b7c619f68ff0c97ad</Sha>
35+
<Sha>e882d5925ca55013d5810ac51e36574a65c5da84</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24561.3">
37+
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24562.3">
3838
<Uri>https://github.com/dotnet/arcade-services</Uri>
39-
<Sha>a84acdf351a07aa8d42dec315d8f4c52dc391c8d</Sha>
39+
<Sha>402811f074a7b0b81ab8461dc8ecafd56b9e265e</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.24561.3">
41+
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.24562.3">
4242
<Uri>https://github.com/dotnet/arcade-services</Uri>
43-
<Sha>a84acdf351a07aa8d42dec315d8f4c52dc391c8d</Sha>
43+
<Sha>402811f074a7b0b81ab8461dc8ecafd56b9e265e</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.24555.2">
4646
<Uri>https://github.com/dotnet/xharness</Uri>
@@ -132,9 +132,9 @@
132132
<Sha>ef4c24166691977558e5312758df4313ab310dc0</Sha>
133133
</Dependency>
134134
<!-- Intermediate is necessary for source build. -->
135-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24561.1">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24562.15">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>32b8acf5b6f79e78a7cc5f7b7c619f68ff0c97ad</Sha>
137+
<Sha>e882d5925ca55013d5810ac51e36574a65c5da84</Sha>
138138
<SourceBuild RepoName="arcade" ManagedOnly="true" />
139139
</Dependency>
140140
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<!-- arcade -->
1313
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24223.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
1414
<!-- arcade-services -->
15-
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.24561.3</MicrosoftDotNetMaestroClientVersion>
16-
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24561.3</MicrosoftDotNetMaestroTasksVersion>
15+
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.24562.3</MicrosoftDotNetMaestroClientVersion>
16+
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24562.3</MicrosoftDotNetMaestroTasksVersion>
1717
<!-- command-line-api -->
1818
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
1919
<!-- corefx -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dotnet": "9.0.100"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24561.1",
11-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24561.1",
10+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24562.15",
11+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24562.15",
1212
"Microsoft.Build.NoTargets": "3.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)