Skip to content

Commit cdf9c56

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

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
@@ -27,21 +27,21 @@
2727
<Uri>https://github.com/dotnet/templating</Uri>
2828
<Sha>43b5827697e501c442eb75ffff832cd4df2514fe</Sha>
2929
</Dependency>
30-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25251.1">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25252.4">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>e84a945b04d1f83c7fc859e25b0e44d490697bc7</Sha>
32+
<Sha>fb40abf449b14a387edce364cee47052761cb2d1</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25251.1">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25252.4">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>e84a945b04d1f83c7fc859e25b0e44d490697bc7</Sha>
36+
<Sha>fb40abf449b14a387edce364cee47052761cb2d1</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25230.7">
38+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25252.1">
3939
<Uri>https://github.com/dotnet/arcade-services</Uri>
40-
<Sha>0eda7966d1334de78a64f9677f3ac309eef2e712</Sha>
40+
<Sha>4cca82b3e6c89a153160f0ada17871cbdb82526f</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25230.7">
42+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25252.1">
4343
<Uri>https://github.com/dotnet/arcade-services</Uri>
44-
<Sha>0eda7966d1334de78a64f9677f3ac309eef2e712</Sha>
44+
<Sha>4cca82b3e6c89a153160f0ada17871cbdb82526f</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25225.1">
4747
<Uri>https://github.com/dotnet/xharness</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<!-- arcade -->
2424
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24223.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
2525
<!-- arcade-services -->
26-
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25230.7</MicrosoftDotNetProductConstructionServiceClientVersion>
27-
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25230.7</MicrosoftDotNetDarcLibVersion>
26+
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25252.1</MicrosoftDotNetProductConstructionServiceClientVersion>
27+
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25252.1</MicrosoftDotNetDarcLibVersion>
2828
<!-- command-line-api -->
2929
<SystemCommandLineVersion>2.0.0-beta5.25210.1</SystemCommandLineVersion>
3030
<!-- 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-preview.3.25201.16"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25251.1",
11-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25251.1",
10+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25252.4",
11+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25252.4",
1212
"Microsoft.Build.NoTargets": "3.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)