Skip to content

Commit 99a8d5b

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230622.2 (#49025)
[main] Update dependencies from dotnet/arcade
1 parent ec682c1 commit 99a8d5b

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
@@ -359,31 +359,31 @@
359359
<Uri>https://github.com/dotnet/runtime</Uri>
360360
<Sha>eaa9717d90115cea43b4cdd7a2a49e6d3c3d780e</Sha>
361361
</Dependency>
362-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23316.6">
362+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23322.2">
363363
<Uri>https://github.com/dotnet/arcade</Uri>
364-
<Sha>e2334b2be36919347923d0ec872a46acddb1e385</Sha>
364+
<Sha>9747cf5ac4abb6a5a13cf31fa78b91d599180e07</Sha>
365365
<SourceBuild RepoName="arcade" ManagedOnly="true" />
366366
</Dependency>
367367
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23314.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
368368
<Uri>https://github.com/dotnet/sourcelink</Uri>
369369
<Sha>4d2c8bf58e8cb7900ec2d9077c155572e2d3cd88</Sha>
370370
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
371371
</Dependency>
372-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23316.6">
372+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23322.2">
373373
<Uri>https://github.com/dotnet/arcade</Uri>
374-
<Sha>e2334b2be36919347923d0ec872a46acddb1e385</Sha>
374+
<Sha>9747cf5ac4abb6a5a13cf31fa78b91d599180e07</Sha>
375375
</Dependency>
376-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23316.6">
376+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23322.2">
377377
<Uri>https://github.com/dotnet/arcade</Uri>
378-
<Sha>e2334b2be36919347923d0ec872a46acddb1e385</Sha>
378+
<Sha>9747cf5ac4abb6a5a13cf31fa78b91d599180e07</Sha>
379379
</Dependency>
380-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23316.6">
380+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23322.2">
381381
<Uri>https://github.com/dotnet/arcade</Uri>
382-
<Sha>e2334b2be36919347923d0ec872a46acddb1e385</Sha>
382+
<Sha>9747cf5ac4abb6a5a13cf31fa78b91d599180e07</Sha>
383383
</Dependency>
384-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23316.6">
384+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23322.2">
385385
<Uri>https://github.com/dotnet/arcade</Uri>
386-
<Sha>e2334b2be36919347923d0ec872a46acddb1e385</Sha>
386+
<Sha>9747cf5ac4abb6a5a13cf31fa78b91d599180e07</Sha>
387387
</Dependency>
388388
<Dependency Name="Microsoft.Extensions.Telemetry.Testing" Version="8.0.0-preview.6.23320.3">
389389
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@
156156
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
157157
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
158158
<!-- Packages from dotnet/arcade -->
159-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23316.6</MicrosoftDotNetBuildTasksInstallersVersion>
160-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23316.6</MicrosoftDotNetBuildTasksTemplatingVersion>
161-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23316.6</MicrosoftDotNetRemoteExecutorVersion>
159+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23322.2</MicrosoftDotNetBuildTasksInstallersVersion>
160+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23322.2</MicrosoftDotNetBuildTasksTemplatingVersion>
161+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23322.2</MicrosoftDotNetRemoteExecutorVersion>
162162
<!-- Packages from dotnet/source-link -->
163163
<MicrosoftSourceLinkGitHubVersion>8.0.0-beta.23314.2</MicrosoftSourceLinkGitHubVersion>
164164
<!-- Packages from dotnet/source-build-externals -->

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

0 commit comments

Comments
 (0)