Skip to content

Commit 00c1115

Browse files
[main] Update dependencies from dotnet/arcade (#16274)
1 parent 7cf4c2d commit 00c1115

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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>11.0.0-beta.25554.2</MicrosoftDotNetArcadeSdkPackageVersion>
20-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25554.2</MicrosoftDotNetHelixSdkPackageVersion>
19+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25555.5</MicrosoftDotNetArcadeSdkPackageVersion>
20+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25555.5</MicrosoftDotNetHelixSdkPackageVersion>
2121
<!-- dotnet/arcade-services dependencies -->
2222
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25522.2</MicrosoftDotNetDarcLibPackageVersion>
2323
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25522.2</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="11.0.0-beta.25554.2">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25555.5">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>9b521bdb03239f91830fb39a6ee2bf23bba07989</Sha>
32+
<Sha>86c3a198a81e697e2bfa713cae2c4bea4b0df085</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25554.2">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25555.5">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>9b521bdb03239f91830fb39a6ee2bf23bba07989</Sha>
36+
<Sha>86c3a198a81e697e2bfa713cae2c4bea4b0df085</Sha>
3737
</Dependency>
3838
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25522.2">
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.100-rc.2.25502.107"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25554.2",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25554.2",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25555.5",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25555.5",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)