Skip to content

Commit 573345a

Browse files
[main] Update dependencies from dotnet/arcade (#16450)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 5667a92 commit 573345a

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
@@ -14,8 +14,8 @@ This file should be imported by eng/Versions.props
1414
<!-- dotnet/templating dependencies -->
1515
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100-preview.4.25220.1</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
1616
<!-- dotnet/arcade dependencies -->
17-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25570.6</MicrosoftDotNetArcadeSdkPackageVersion>
18-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25570.6</MicrosoftDotNetHelixSdkPackageVersion>
17+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26064.2</MicrosoftDotNetArcadeSdkPackageVersion>
18+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26064.2</MicrosoftDotNetHelixSdkPackageVersion>
1919
<!-- dotnet/arcade-services dependencies -->
2020
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25564.1</MicrosoftDotNetDarcLibPackageVersion>
2121
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25564.1</MicrosoftDotNetProductConstructionServiceClientPackageVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<Uri>https://github.com/dotnet/templating</Uri>
2121
<Sha>43b5827697e501c442eb75ffff832cd4df2514fe</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25570.6">
23+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26064.2">
2424
<Uri>https://github.com/dotnet/arcade</Uri>
25-
<Sha>c1926cf647dd684194c2914f47f61ff534f030ac</Sha>
25+
<Sha>24b29186c16793fff7079515483f26585e5b2881</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25570.6">
27+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26064.2">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>c1926cf647dd684194c2914f47f61ff534f030ac</Sha>
29+
<Sha>24b29186c16793fff7079515483f26585e5b2881</Sha>
3030
</Dependency>
3131
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25564.1">
3232
<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": "11.0.100-alpha.1.26060.102"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25570.6",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25570.6",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.2",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.2",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)