Skip to content

Commit bea9ad3

Browse files
[release/10.0] Update dependencies from dotnet/arcade (#16550)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 4d89865 commit bea9ad3

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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>10.0.0-beta.26080.4</MicrosoftDotNetArcadeSdkPackageVersion>
20-
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.26080.4</MicrosoftDotNetHelixSdkPackageVersion>
19+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26123.2</MicrosoftDotNetArcadeSdkPackageVersion>
20+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.26123.2</MicrosoftDotNetHelixSdkPackageVersion>
2121
<!-- dotnet/arcade-services dependencies -->
2222
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25424.1</MicrosoftDotNetDarcLibPackageVersion>
2323
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25424.1</MicrosoftDotNetProductConstructionServiceClientPackageVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
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.26080.4">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26123.2">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>b0f891cf7c1febc0ebbae7dd787f8a0b4c0cbc95</Sha>
32+
<Sha>4d898652733deb7dd274237ac06d27ee2ad85b36</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26080.4">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26123.2">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>b0f891cf7c1febc0ebbae7dd787f8a0b4c0cbc95</Sha>
36+
<Sha>4d898652733deb7dd274237ac06d27ee2ad85b36</Sha>
3737
</Dependency>
3838
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25424.1">
3939
<Uri>https://github.com/dotnet/arcade-services</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.101"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26080.4",
16-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26080.4",
15+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26123.2",
16+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26123.2",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)