Skip to content

Commit 9aaf45f

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

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.25520.4</MicrosoftDotNetArcadeSdkPackageVersion>
20-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25520.4</MicrosoftDotNetHelixSdkPackageVersion>
19+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25524.1</MicrosoftDotNetArcadeSdkPackageVersion>
20+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25524.1</MicrosoftDotNetHelixSdkPackageVersion>
2121
<!-- dotnet/arcade-services dependencies -->
22-
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25515.1</MicrosoftDotNetDarcLibPackageVersion>
23-
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25515.1</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
22+
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25522.2</MicrosoftDotNetDarcLibPackageVersion>
23+
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25522.2</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
2424
<!-- dotnet/xharness dependencies -->
2525
<MicrosoftDotNetXHarnessCLIPackageVersion>10.0.0-prerelease.25513.3</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.25520.4">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25524.1">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>16f3dcc641eb529fa7324ea2d1d236bf2ca57dd0</Sha>
32+
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25520.4">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25524.1">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>16f3dcc641eb529fa7324ea2d1d236bf2ca57dd0</Sha>
36+
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25515.1">
38+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25522.2">
3939
<Uri>https://github.com/dotnet/arcade-services</Uri>
40-
<Sha>3c554926d94a90df967068396178e09c86e75196</Sha>
40+
<Sha>b5dc5d16709ea1869e230d1c121121cd94676e5f</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25515.1">
42+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25522.2">
4343
<Uri>https://github.com/dotnet/arcade-services</Uri>
44-
<Sha>3c554926d94a90df967068396178e09c86e75196</Sha>
44+
<Sha>b5dc5d16709ea1869e230d1c121121cd94676e5f</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25513.3">
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.25520.4",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25520.4",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25524.1",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25524.1",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)