Skip to content

Commit 82921f7

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

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/Version.Details.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ This file should be imported by eng/Versions.props
1616
<!-- dotnet/templating dependencies -->
1717
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100-preview.4.25220.1</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
1818
<!-- dotnet/arcade dependencies -->
19-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25502.2</MicrosoftDotNetArcadeSdkPackageVersion>
20-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25502.2</MicrosoftDotNetHelixSdkPackageVersion>
19+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25503.2</MicrosoftDotNetArcadeSdkPackageVersion>
20+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25503.2</MicrosoftDotNetHelixSdkPackageVersion>
2121
<!-- dotnet/arcade-services dependencies -->
22-
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25502.2</MicrosoftDotNetDarcLibPackageVersion>
23-
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25502.2</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
22+
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25503.1</MicrosoftDotNetDarcLibPackageVersion>
23+
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25503.1</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
2424
<!-- dotnet/xharness dependencies -->
2525
<MicrosoftDotNetXHarnessCLIPackageVersion>10.0.0-prerelease.25475.1</MicrosoftDotNetXHarnessCLIPackageVersion>
2626
<!-- dotnet/symreader-converter dependencies -->

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="11.0.0-beta.25502.2">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25503.2">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>bac4c2c4add004bbce35ff5d17bc295dd4ebcd57</Sha>
32+
<Sha>a95365175aa86eabb174fa9f763cea9f717c69bb</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25502.2">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25503.2">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>bac4c2c4add004bbce35ff5d17bc295dd4ebcd57</Sha>
36+
<Sha>a95365175aa86eabb174fa9f763cea9f717c69bb</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25502.2">
38+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25503.1">
3939
<Uri>https://github.com/dotnet/arcade-services</Uri>
40-
<Sha>30c4f7a862b28500a1b704be1a94419b1eb92f19</Sha>
40+
<Sha>cc62b9386f210bc9e9498ee2fc55f3005c90db30</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25502.2">
42+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25503.1">
4343
<Uri>https://github.com/dotnet/arcade-services</Uri>
44-
<Sha>30c4f7a862b28500a1b704be1a94419b1eb92f19</Sha>
44+
<Sha>cc62b9386f210bc9e9498ee2fc55f3005c90db30</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25475.1">
4747
<Uri>https://github.com/dotnet/xharness</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dotnet": "10.0.100-rc.1.25420.111"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25502.2",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25502.2",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25503.2",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25503.2",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)