Skip to content

Commit 7dfd4c8

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230123.10
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.23067.5 -> To Version 8.0.0-beta.23073.10
1 parent 166593f commit 7dfd4c8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
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>ae70a1c51a334a5e13fa22d500f8a8390052eef5</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23067.5">
305+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23073.10">
306306
<Uri>https://github.com/dotnet/arcade</Uri>
307-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
307+
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
308308
<SourceBuild RepoName="arcade" ManagedOnly="true" />
309309
</Dependency>
310-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23067.5">
310+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23073.10">
311311
<Uri>https://github.com/dotnet/arcade</Uri>
312-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
312+
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23067.5">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23073.10">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
316+
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23067.5">
318+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23073.10">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
320+
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
321321
</Dependency>
322-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23067.5">
322+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23073.10">
323323
<Uri>https://github.com/dotnet/arcade</Uri>
324-
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
324+
<Sha>083fc0406279952794c853630a08a141eef7244f</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.23073.4</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.23073.4</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
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>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23073.10</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23073.10</MicrosoftDotNetBuildTasksTemplatingVersion>
140+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23073.10</MicrosoftDotNetRemoteExecutorVersion>
141141
<!-- Packages from dotnet/source-build-externals -->
142142
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23062.2</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
143143
<!-- Packages from dotnet/xdt -->

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) {
498498
# Two part minimal VS version, e.g. "15.9", "16.0", etc.
499499
# "components": ["componentId1", "componentId2", ...]
500500
# Array of ids of workload components that must be available in the VS instance.
501-
# See e.g. https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise
501+
# See e.g. https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise?view=vs-2017
502502
#
503503
# Returns JSON describing the located VS instance (same format as returned by vswhere),
504504
# or $null if no instance meeting the requirements is found on the machine.

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

0 commit comments

Comments
 (0)