Skip to content

Commit 7ae3923

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

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>7137d45fe29466e53caadc374472912811f6522e</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25104.2">
29+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25105.3">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>5d30877b1eb318583acd5f2cd3f3a80e77b3add2</Sha>
31+
<Sha>fbc07804abc2b4bf553057479258b8ae65df037f</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25104.2">
33+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25105.3">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>5d30877b1eb318583acd5f2cd3f3a80e77b3add2</Sha>
35+
<Sha>fbc07804abc2b4bf553057479258b8ae65df037f</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25103.1">
37+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25105.5">
3838
<Uri>https://github.com/dotnet/arcade-services</Uri>
39-
<Sha>e629d2ed353de09f323062d419ad447ca2c61527</Sha>
39+
<Sha>7e7bf301c5c185962caf8d8588c1cd4ac7e5846f</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.25103.1">
41+
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.25105.5">
4242
<Uri>https://github.com/dotnet/arcade-services</Uri>
43-
<Sha>e629d2ed353de09f323062d419ad447ca2c61527</Sha>
43+
<Sha>7e7bf301c5c185962caf8d8588c1cd4ac7e5846f</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25077.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.25104.2">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25105.3">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>5d30877b1eb318583acd5f2cd3f3a80e77b3add2</Sha>
137+
<Sha>fbc07804abc2b4bf553057479258b8ae65df037f</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-
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25103.1</MicrosoftDotNetProductConstructionServiceClientVersion>
16-
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.25103.1</MicrosoftDotNetMaestroTasksVersion>
15+
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25105.5</MicrosoftDotNetProductConstructionServiceClientVersion>
16+
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.25105.5</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": "10.0.100-alpha.1.25077.2"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25104.2",
11-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25104.2",
10+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25105.3",
11+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25105.3",
1212
"Microsoft.Build.NoTargets": "3.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)