Skip to content

Commit 88a6db1

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services, dotnet/dnceng (#15905)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent c32c1cc commit 88a6db1

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"microsoft.dnceng.secretmanager": {
6-
"version": "1.1.0-beta.25305.1",
6+
"version": "1.1.0-beta.25311.1",
77
"commands": [
88
"secret-manager"
99
]

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
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.25312.3">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25313.2">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>186172916558a2e41c87c1ca4e02850e9bba5f53</Sha>
32+
<Sha>7a09c1144283309440a7966c664199944198c920</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25312.3">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25313.2">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>186172916558a2e41c87c1ca4e02850e9bba5f53</Sha>
36+
<Sha>7a09c1144283309440a7966c664199944198c920</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25311.1">
38+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25315.1">
3939
<Uri>https://github.com/dotnet/arcade-services</Uri>
40-
<Sha>c41e9f77b0e00dad51f6da7762dc48e453f338b2</Sha>
40+
<Sha>6bb54c7884576f040a4a5620f8532f2114bd2abd</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25311.1">
42+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25315.1">
4343
<Uri>https://github.com/dotnet/arcade-services</Uri>
44-
<Sha>c41e9f77b0e00dad51f6da7762dc48e453f338b2</Sha>
44+
<Sha>6bb54c7884576f040a4a5620f8532f2114bd2abd</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25262.1">
4747
<Uri>https://github.com/dotnet/xharness</Uri>
@@ -158,9 +158,9 @@
158158
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
159159
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
160160
</Dependency>
161-
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.25305.1">
161+
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.25311.1">
162162
<Uri>https://github.com/dotnet/dnceng</Uri>
163-
<Sha>43731346c220878a370328d0965b1ebd3269d5af</Sha>
163+
<Sha>17c1219466e5ec15cceab30a42161e916def8923</Sha>
164164
</Dependency>
165165
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
166166
<Dependency Name="Microsoft.Build" Version="17.12.36">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<!-- arcade -->
2424
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24223.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
2525
<!-- arcade-services -->
26-
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25311.1</MicrosoftDotNetProductConstructionServiceClientVersion>
27-
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25311.1</MicrosoftDotNetDarcLibVersion>
26+
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25315.1</MicrosoftDotNetProductConstructionServiceClientVersion>
27+
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25315.1</MicrosoftDotNetDarcLibVersion>
2828
<!-- command-line-api -->
2929
<SystemCommandLineVersion>2.0.0-beta5.25210.1</SystemCommandLineVersion>
3030
<!-- corefx -->

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-preview.6.25302.104"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25312.3",
16-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25312.3",
15+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25313.2",
16+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25313.2",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)