Skip to content

Commit 1dc48a4

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230127.1 (#46322)
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.23073.10 -> To Version 8.0.0-beta.23077.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 11557d3 commit 1dc48a4

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>a34291586e5f82a98f6b5a2e9134cee96f7fc306</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23073.10">
305+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23077.1">
306306
<Uri>https://github.com/dotnet/arcade</Uri>
307-
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
307+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
308308
<SourceBuild RepoName="arcade" ManagedOnly="true" />
309309
</Dependency>
310-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23073.10">
310+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23077.1">
311311
<Uri>https://github.com/dotnet/arcade</Uri>
312-
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
312+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23073.10">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23077.1">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
316+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23073.10">
318+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23077.1">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
320+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
321321
</Dependency>
322-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23073.10">
322+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23077.1">
323323
<Uri>https://github.com/dotnet/arcade</Uri>
324-
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
324+
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</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.23080.5</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.23080.5</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
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>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23077.1</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23077.1</MicrosoftDotNetBuildTasksTemplatingVersion>
140+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23077.1</MicrosoftDotNetRemoteExecutorVersion>
141141
<!-- Packages from dotnet/source-build-externals -->
142142
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.23068.1</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.23073.10",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23073.10"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23077.1",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23077.1"
3232
}
3333
}

0 commit comments

Comments
 (0)