Skip to content

Commit 84f174f

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231114.4 (#52089)
[release/8.0] Update dependencies from dotnet/arcade
1 parent 68a197b commit 84f174f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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.23556.5">
379+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23564.4">
380380
<Uri>https://github.com/dotnet/arcade</Uri>
381-
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
381+
<Sha>0aaeafef60933f87b0b50350313bb2fd77defb5d</Sha>
382382
<SourceBuild RepoName="arcade" ManagedOnly="true" />
383383
</Dependency>
384-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23556.5">
384+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23564.4">
385385
<Uri>https://github.com/dotnet/arcade</Uri>
386-
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
386+
<Sha>0aaeafef60933f87b0b50350313bb2fd77defb5d</Sha>
387387
</Dependency>
388-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23556.5">
388+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23564.4">
389389
<Uri>https://github.com/dotnet/arcade</Uri>
390-
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
390+
<Sha>0aaeafef60933f87b0b50350313bb2fd77defb5d</Sha>
391391
</Dependency>
392-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23556.5">
392+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23564.4">
393393
<Uri>https://github.com/dotnet/arcade</Uri>
394-
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
394+
<Sha>0aaeafef60933f87b0b50350313bb2fd77defb5d</Sha>
395395
</Dependency>
396-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23556.5">
396+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23564.4">
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398-
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
398+
<Sha>0aaeafef60933f87b0b50350313bb2fd77defb5d</Sha>
399399
</Dependency>
400400
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0-preview.23565.2">
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.23556.5</MicrosoftDotNetBuildTasksInstallersVersion>
165-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23556.5</MicrosoftDotNetBuildTasksTemplatingVersion>
166-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23556.5</MicrosoftDotNetRemoteExecutorVersion>
164+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23564.4</MicrosoftDotNetBuildTasksInstallersVersion>
165+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23564.4</MicrosoftDotNetBuildTasksTemplatingVersion>
166+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23564.4</MicrosoftDotNetRemoteExecutorVersion>
167167
<!-- Packages from dotnet/source-build-externals -->
168168
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23518.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
169169
<!-- Packages from dotnet/source-build-reference-packages -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23556.5",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23556.5"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23564.4",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23564.4"
3232
}
3333
}

0 commit comments

Comments
 (0)