Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#16512)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored May 26, 2023
1 parent 35962b1 commit 6150605
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23274.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23275.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ab7df8826d2978b5660d75b33059e25666f4def3</Sha>
<Sha>11f0a1ba05f4d3896a9cd9e6b28154c327bd3246</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23274.6">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23275.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ab7df8826d2978b5660d75b33059e25666f4def3</Sha>
<Sha>11f0a1ba05f4d3896a9cd9e6b28154c327bd3246</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23274.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23275.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ab7df8826d2978b5660d75b33059e25666f4def3</Sha>
<Sha>11f0a1ba05f4d3896a9cd9e6b28154c327bd3246</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23226.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand All @@ -228,9 +228,9 @@
<Sha>54eb3b811c57f5e94617d31a102fc9cb664ccdd5</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23266.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23272.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>9e7fbcab4e5275f63c0cd37553ba426de9194309</Sha>
<Sha>a8431741d7de7531e4268a8eeb6871fb48b62a43</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23274.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23275.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23274.6",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23274.6"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23275.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23275.2"
}
}

0 comments on commit 6150605

Please sign in to comment.