Skip to content

Commit 4bb3500

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services (#16116)
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services
1 parent e7357d6 commit 4bb3500

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.25457.1</MicrosoftDotNetArcadeSdkPackageVersion>
20-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25457.1</MicrosoftDotNetHelixSdkPackageVersion>
19+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25458.3</MicrosoftDotNetArcadeSdkPackageVersion>
20+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25458.3</MicrosoftDotNetHelixSdkPackageVersion>
2121
<!-- dotnet/arcade-services dependencies -->
22-
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25455.2</MicrosoftDotNetDarcLibPackageVersion>
23-
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25455.2</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
22+
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25458.2</MicrosoftDotNetDarcLibPackageVersion>
23+
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25458.2</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
2424
<!-- dotnet/xharness dependencies -->
2525
<MicrosoftDotNetXHarnessCLIPackageVersion>10.0.0-prerelease.25427.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.25457.1">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25458.3">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>d7585e79b1397fe8783ac30c81bf5be4d250bcb1</Sha>
32+
<Sha>e7357d6000fb383b01fd37b972a3b55904267da7</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25457.1">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25458.3">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>d7585e79b1397fe8783ac30c81bf5be4d250bcb1</Sha>
36+
<Sha>e7357d6000fb383b01fd37b972a3b55904267da7</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25455.2">
38+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25458.2">
3939
<Uri>https://github.com/dotnet/arcade-services</Uri>
40-
<Sha>305bf8eab2a778f22fb3325cff5841091c6c64c8</Sha>
40+
<Sha>7ea8a273b3abc24f202390dd1a235d2463a0e924</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25455.2">
42+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25458.2">
4343
<Uri>https://github.com/dotnet/arcade-services</Uri>
44-
<Sha>305bf8eab2a778f22fb3325cff5841091c6c64c8</Sha>
44+
<Sha>7ea8a273b3abc24f202390dd1a235d2463a0e924</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25427.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.25457.1",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25457.1",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25458.3",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25458.3",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)