Skip to content

Commit e533799

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230411.8 (dotnet#47672)
[main] Update dependencies from dotnet/arcade
1 parent f1bbdd4 commit e533799

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
@@ -306,26 +306,26 @@
306306
<Uri>https://github.com/dotnet/runtime</Uri>
307307
<Sha>42c6bcf2076a52d256afcab5080caddb1fbeea98</Sha>
308308
</Dependency>
309-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23207.2">
309+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23211.8">
310310
<Uri>https://github.com/dotnet/arcade</Uri>
311-
<Sha>1db5a29a3a9c8982c784cbe00f44ea1dbed7b680</Sha>
311+
<Sha>17d9eee32f20a6af0ebb620254a22f601d159578</Sha>
312312
<SourceBuild RepoName="arcade" ManagedOnly="true" />
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23207.2">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23211.8">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>1db5a29a3a9c8982c784cbe00f44ea1dbed7b680</Sha>
316+
<Sha>17d9eee32f20a6af0ebb620254a22f601d159578</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23207.2">
318+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23211.8">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>1db5a29a3a9c8982c784cbe00f44ea1dbed7b680</Sha>
320+
<Sha>17d9eee32f20a6af0ebb620254a22f601d159578</Sha>
321321
</Dependency>
322-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23207.2">
322+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23211.8">
323323
<Uri>https://github.com/dotnet/arcade</Uri>
324-
<Sha>1db5a29a3a9c8982c784cbe00f44ea1dbed7b680</Sha>
324+
<Sha>17d9eee32f20a6af0ebb620254a22f601d159578</Sha>
325325
</Dependency>
326-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23207.2">
326+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23211.8">
327327
<Uri>https://github.com/dotnet/arcade</Uri>
328-
<Sha>1db5a29a3a9c8982c784cbe00f44ea1dbed7b680</Sha>
328+
<Sha>17d9eee32f20a6af0ebb620254a22f601d159578</Sha>
329329
</Dependency>
330330
</ToolsetDependencies>
331331
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
<MicrosoftEntityFrameworkCoreVersion>8.0.0-preview.4.23212.3</MicrosoftEntityFrameworkCoreVersion>
137137
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-preview.4.23212.3</MicrosoftEntityFrameworkCoreDesignVersion>
138138
<!-- Packages from dotnet/arcade -->
139-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23207.2</MicrosoftDotNetBuildTasksInstallersVersion>
140-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23207.2</MicrosoftDotNetBuildTasksTemplatingVersion>
141-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23207.2</MicrosoftDotNetRemoteExecutorVersion>
139+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23211.8</MicrosoftDotNetBuildTasksInstallersVersion>
140+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23211.8</MicrosoftDotNetBuildTasksTemplatingVersion>
141+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23211.8</MicrosoftDotNetRemoteExecutorVersion>
142142
<!-- Packages from dotnet/source-build-externals -->
143143
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23203.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
144144
<!-- Packages from dotnet/xdt -->

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.23207.2",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23207.2"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23211.8",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23211.8"
3232
}
3333
}

0 commit comments

Comments
 (0)