Skip to content

Commit 37f732f

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services (#15702)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 25bd392 commit 37f732f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
<Uri>https://github.com/dotnet/templating</Uri>
2727
<Sha>2cbd93ac6b6f9f6b206f5d1bbc4973e36b1824da</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25203.1">
29+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25204.12">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>63c161539bde4a68f27bc66598137da578331d85</Sha>
31+
<Sha>25bd3926321ea9b6ca66c772e03a76e7a5010227</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25203.1">
33+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25204.12">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>63c161539bde4a68f27bc66598137da578331d85</Sha>
35+
<Sha>25bd3926321ea9b6ca66c772e03a76e7a5010227</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25203.2">
37+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25204.2">
3838
<Uri>https://github.com/dotnet/arcade-services</Uri>
39-
<Sha>01cfe6fd873ba542538271e72ba56b18c97ade5e</Sha>
39+
<Sha>f8bf8cfb8c6c4e78a578f450cdc2ebe4743d9291</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25203.2">
41+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25204.2">
4242
<Uri>https://github.com/dotnet/arcade-services</Uri>
43-
<Sha>01cfe6fd873ba542538271e72ba56b18c97ade5e</Sha>
43+
<Sha>f8bf8cfb8c6c4e78a578f450cdc2ebe4743d9291</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25152.1">
4646
<Uri>https://github.com/dotnet/xharness</Uri>
@@ -132,9 +132,9 @@
132132
<Sha>ef4c24166691977558e5312758df4313ab310dc0</Sha>
133133
</Dependency>
134134
<!-- Intermediate is necessary for source build. -->
135-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25203.1">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25204.12">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>63c161539bde4a68f27bc66598137da578331d85</Sha>
137+
<Sha>25bd3926321ea9b6ca66c772e03a76e7a5010227</Sha>
138138
<SourceBuild RepoName="arcade" ManagedOnly="true" />
139139
</Dependency>
140140
<!-- Intermediate is necessary for source build. -->

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.25203.2</MicrosoftDotNetProductConstructionServiceClientVersion>
27-
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25203.2</MicrosoftDotNetDarcLibVersion>
26+
<MicrosoftDotNetProductConstructionServiceClientVersion>1.1.0-beta.25204.2</MicrosoftDotNetProductConstructionServiceClientVersion>
27+
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25204.2</MicrosoftDotNetDarcLibVersion>
2828
<!-- command-line-api -->
2929
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
3030
<!-- corefx -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dotnet": "10.0.100-preview.3.25167.3"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25203.1",
11-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25203.1",
10+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25204.12",
11+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25204.12",
1212
"Microsoft.Build.NoTargets": "3.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)