Manually updating to latest arcade since darc is failing to do so

This commit is contained in:
Michael Simons 2023-04-10 21:08:29 -05:00
parent e26eba9782
commit a8a1a0e8a5
3 changed files with 11 additions and 11 deletions

View file

@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23210.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23210.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>999d8ef7cd34c754502a1fa6b17b19c3eb42348c</Sha>
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23210.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23210.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>999d8ef7cd34c754502a1fa6b17b19c3eb42348c</Sha>
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23210.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23210.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>999d8ef7cd34c754502a1fa6b17b19c3eb42348c</Sha>
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -223,9 +223,9 @@
<Sha>9d5fc54b0d8b201e6fcc4f894ee8d5bf8611e681</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23205-03" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23210.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>c30453767037d81a9ab925f82736a9738004f309</Sha>
<Sha>759f344923a0859f3fae83431d0ba1cc62108118</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23180.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23210.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23210.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23210.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23210.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23210.3",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23210.3"
}
}