Skip to content

Commit c9a95ae

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/dnceng (#15924)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 36b2ca0 commit c9a95ae

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.25311.1",
6+
"version": "1.1.0-beta.25320.2",
77
"commands": [
88
"secret-manager"
99
]

eng/Version.Details.xml

Lines changed: 6 additions & 6 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="10.0.0-beta.25320.1">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25320.5">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>1e422be1c79975401cc61f555a97e85180445b6d</Sha>
32+
<Sha>066f0d1e5e1a59ce611e82f4a1146239d6253bd7</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25320.1">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25320.5">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>1e422be1c79975401cc61f555a97e85180445b6d</Sha>
36+
<Sha>066f0d1e5e1a59ce611e82f4a1146239d6253bd7</Sha>
3737
</Dependency>
3838
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25319.3">
3939
<Uri>https://github.com/dotnet/arcade-services</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.25311.1">
161+
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.25320.2">
162162
<Uri>https://github.com/dotnet/dnceng</Uri>
163-
<Sha>17c1219466e5ec15cceab30a42161e916def8923</Sha>
163+
<Sha>f8e423db429900ec56bbbc7e76d8d8711ab0c1f9</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">

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

0 commit comments

Comments
 (0)