Skip to content

Commit 02635ec

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230117.5 (#46215)
[main] Update dependencies from dotnet/arcade
1 parent 8714420 commit 02635ec

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
@@ -302,26 +302,26 @@
302302
<Uri>https://github.com/dotnet/runtime</Uri>
303303
<Sha>1936b44855b8f30ea406f0b088b05839682bc20c</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23063.7">
305+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23067.5">
306306
<Uri>https://github.com/dotnet/arcade</Uri>
307-
<Sha>1b04d6de502c4108ada6ea8e5ccefdc2ddc3ee7b</Sha>
307+
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
308308
<SourceBuild RepoName="arcade" ManagedOnly="true" />
309309
</Dependency>
310-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23063.7">
310+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23067.5">
311311
<Uri>https://github.com/dotnet/arcade</Uri>
312-
<Sha>1b04d6de502c4108ada6ea8e5ccefdc2ddc3ee7b</Sha>
312+
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23063.7">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23067.5">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>1b04d6de502c4108ada6ea8e5ccefdc2ddc3ee7b</Sha>
316+
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23063.7">
318+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23067.5">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>1b04d6de502c4108ada6ea8e5ccefdc2ddc3ee7b</Sha>
320+
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
321321
</Dependency>
322-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23063.7">
322+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23067.5">
323323
<Uri>https://github.com/dotnet/arcade</Uri>
324-
<Sha>000000</Sha>
324+
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
325325
</Dependency>
326326
</ToolsetDependencies>
327327
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
<MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.23068.4</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.23068.4</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
138-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23063.7</MicrosoftDotNetBuildTasksInstallersVersion>
139-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23063.7</MicrosoftDotNetBuildTasksTemplatingVersion>
140-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23063.7</MicrosoftDotNetRemoteExecutorVersion>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksTemplatingVersion>
140+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23067.5</MicrosoftDotNetRemoteExecutorVersion>
141141
<!-- Packages from dotnet/source-build-externals -->
142142
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23062.2</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
143143
<!-- 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.23063.7",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23063.7"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23067.5",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23067.5"
3232
}
3333
}

0 commit comments

Comments
 (0)