Skip to content

Commit bdafff4

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260318.3 (#66081)
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 8.0.0-beta.26117.2 -> To Version 8.0.0-beta.26168.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: William Godbe <wigodbe@microsoft.com>
1 parent bb8db81 commit bdafff4

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -376,26 +376,26 @@
376376
<Uri>https://github.com/dotnet/winforms</Uri>
377377
<Sha>abda8e3bfa78319363526b5a5f86863ec979940e</Sha>
378378
</Dependency>
379-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.26117.2">
379+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.26168.3">
380380
<Uri>https://github.com/dotnet/arcade</Uri>
381-
<Sha>53f3357c00780a514a5b7b69e6f58880b3ada28e</Sha>
381+
<Sha>8dabb7110e0c0e8ca9866f389493bfb5047b8c24</Sha>
382382
<SourceBuild RepoName="arcade" ManagedOnly="true" />
383383
</Dependency>
384-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.26117.2">
384+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.26168.3">
385385
<Uri>https://github.com/dotnet/arcade</Uri>
386-
<Sha>53f3357c00780a514a5b7b69e6f58880b3ada28e</Sha>
386+
<Sha>8dabb7110e0c0e8ca9866f389493bfb5047b8c24</Sha>
387387
</Dependency>
388-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.26117.2">
388+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.26168.3">
389389
<Uri>https://github.com/dotnet/arcade</Uri>
390-
<Sha>53f3357c00780a514a5b7b69e6f58880b3ada28e</Sha>
390+
<Sha>8dabb7110e0c0e8ca9866f389493bfb5047b8c24</Sha>
391391
</Dependency>
392-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.26117.2">
392+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.26168.3">
393393
<Uri>https://github.com/dotnet/arcade</Uri>
394-
<Sha>53f3357c00780a514a5b7b69e6f58880b3ada28e</Sha>
394+
<Sha>8dabb7110e0c0e8ca9866f389493bfb5047b8c24</Sha>
395395
</Dependency>
396-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.26117.2">
396+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.26168.3">
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398-
<Sha>53f3357c00780a514a5b7b69e6f58880b3ada28e</Sha>
398+
<Sha>8dabb7110e0c0e8ca9866f389493bfb5047b8c24</Sha>
399399
</Dependency>
400400
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0-preview.9.24518.1">
401401
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
162162
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
163163
<!-- Packages from dotnet/arcade -->
164-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.26117.2</MicrosoftDotNetBuildTasksInstallersVersion>
165-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.26117.2</MicrosoftDotNetBuildTasksTemplatingVersion>
166-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.26117.2</MicrosoftDotNetRemoteExecutorVersion>
164+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.26168.3</MicrosoftDotNetBuildTasksInstallersVersion>
165+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.26168.3</MicrosoftDotNetBuildTasksTemplatingVersion>
166+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.26168.3</MicrosoftDotNetRemoteExecutorVersion>
167167
<!-- Packages from dotnet/source-build-externals -->
168168
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.26207.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
169169
<!-- Packages from dotnet/source-build-reference-packages -->

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "8.0.124"
3+
"version": "8.0.125"
44
},
55
"tools": {
6-
"dotnet": "8.0.124",
6+
"dotnet": "8.0.125",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -25,8 +25,8 @@
2525
},
2626
"msbuild-sdks": {
2727
"Yarn.MSBuild": "1.22.19",
28-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26117.2",
29-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.26117.2"
28+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26168.3",
29+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.26168.3"
3030
},
3131
"native-tools": {
3232
"jdk": "latest"

0 commit comments

Comments
 (0)