Skip to content

Commit 2bc908b

Browse files
[main] Update dependencies from dotnet/arcade (#16918)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 73c1710 commit 2bc908b

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.26277.3</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26277.3</MicrosoftDotNetHelixSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26279.2</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26279.2</MicrosoftDotNetHelixSdkPackageVersion>
1111
<!-- dotnet-arcade-services dependencies -->
1212
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.26268.2</MicrosoftDotNetDarcLibPackageVersion>
1313
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.26268.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.26277.3">
19+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26279.2">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>1cc4e30dfcc1b9ea0adc4b2b0f1aadd234ed1d67</Sha>
21+
<Sha>1b316965488be8268afb5b8e6c0f2dffc249605d</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26277.3">
23+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26279.2">
2424
<Uri>https://github.com/dotnet/arcade</Uri>
25-
<Sha>1cc4e30dfcc1b9ea0adc4b2b0f1aadd234ed1d67</Sha>
25+
<Sha>1b316965488be8268afb5b8e6c0f2dffc249605d</Sha>
2626
</Dependency>
2727
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.26268.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.26277.3",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26277.3",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26279.2",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26279.2",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)