Skip to content

Commit 0a80b03

Browse files
[main] Update dependencies from dotnet/arcade (#16997)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent fa3e5ef commit 0a80b03

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
@@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-arcade dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26308.8</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26308.8</MicrosoftDotNetHelixSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26309.4</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26309.4</MicrosoftDotNetHelixSdkPackageVersion>
1111
<!-- dotnet-arcade-services dependencies -->
1212
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.26304.2</MicrosoftDotNetDarcLibPackageVersion>
1313
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.26304.2</MicrosoftDotNetProductConstructionServiceClientPackageVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<Uri>https://github.com/dotnet/templating</Uri>
1717
<Sha>43b5827697e501c442eb75ffff832cd4df2514fe</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26308.8">
19+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26309.4">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>697f1983c6a178fa7b2381ee7306f8c52f9c31a8</Sha>
21+
<Sha>33a0195c151df6325ddd3904b3e7f20677769f94</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26308.8">
23+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26309.4">
2424
<Uri>https://github.com/dotnet/arcade</Uri>
25-
<Sha>697f1983c6a178fa7b2381ee7306f8c52f9c31a8</Sha>
25+
<Sha>33a0195c151df6325ddd3904b3e7f20677769f94</Sha>
2626
</Dependency>
2727
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.26304.2">
2828
<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-preview.5.26227.104"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26308.8",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26308.8",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26309.4",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26309.4",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)