Skip to content

Commit

Permalink
Merge pull request #14193 from dotnet/darc-main-5544c5c4-ff24-4e9a-8d…
Browse files Browse the repository at this point in the history
…d5-063657c0ee96

[main] Update dependencies from dotnet/arcade
  • Loading branch information
v-wuzhai committed Jul 25, 2022
2 parents ace7452 + a530c81 commit 53587f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,32 +196,32 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22371.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22372.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3535001b78eff45df99b991571e84efbd7a8bbbd</Sha>
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22371.8">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22372.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3535001b78eff45df99b991571e84efbd7a8bbbd</Sha>
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22371.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22372.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3535001b78eff45df99b991571e84efbd7a8bbbd</Sha>
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22371.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>3d0f9fa840fd71d18bfbc37215b7beda90d9b1d7</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22370-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22371-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>8779e3bbd2863c2f51b7933d265348cee36e3a6f</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22370.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22371.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>3ea6a5b4740a9541d9b00701564ba786e61994c3</Sha>
<Sha>accd9db8ea2d65ea37ab7ac7876e06de6f1ab942</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 @@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22371.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22372.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
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.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22371.8",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22371.8"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22372.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22372.1"
}
}

0 comments on commit 53587f9

Please sign in to comment.