Skip to content

Commit 1ec6078

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services (#15596)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b1439d7 commit 1ec6078

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Diff for: eng/Version.Details.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
<Uri>https://github.com/dotnet/templating</Uri>
2727
<Sha>bcb27f16702686a7eb24af2250574c2daff25ecf</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25154.6">
29+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25155.7">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
31+
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25154.6">
33+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25155.7">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
35+
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25154.1">
37+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25155.3">
3838
<Uri>https://github.com/dotnet/arcade-services</Uri>
39-
<Sha>93d595cd728ae90cdf26e86aaa9051c7f76054d6</Sha>
39+
<Sha>1ac3bc3aab7be12d50e4315eb5d1314bf4867530</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.25154.1">
41+
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.25155.3">
4242
<Uri>https://github.com/dotnet/arcade-services</Uri>
43-
<Sha>93d595cd728ae90cdf26e86aaa9051c7f76054d6</Sha>
43+
<Sha>1ac3bc3aab7be12d50e4315eb5d1314bf4867530</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25103.1">
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.25154.6">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25155.7">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
137+
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
138138
<SourceBuild RepoName="arcade" ManagedOnly="true" />
139139
</Dependency>
140140
<!-- Intermediate is necessary for source build. -->

Diff for: eng/Versions.props

+2-2
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-
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25154.1</MicrosoftDotNetProductConstructionServiceClientVersion>
16-
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.25154.1</MicrosoftDotNetMaestroTasksVersion>
15+
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25155.3</MicrosoftDotNetProductConstructionServiceClientVersion>
16+
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.25155.3</MicrosoftDotNetMaestroTasksVersion>
1717
<!-- command-line-api -->
1818
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
1919
<!-- corefx -->

Diff for: global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dotnet": "10.0.100-preview.3.25125.5"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25154.6",
11-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25154.6",
10+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25155.7",
11+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25155.7",
1212
"Microsoft.Build.NoTargets": "3.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)