Merge pull request #14777 from dotnet/darc-main-5cbde22f-5595-44a6-bea9-f268c69aadfb

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-10-16 19:02:16 -07:00 committed by GitHub
commit 1e0b45a4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.22512.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22513.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>508fe921a748de6efc8b5d979e17beb88ccf5bcf</Sha>
<Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22512.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22513.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>508fe921a748de6efc8b5d979e17beb88ccf5bcf</Sha>
<Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22512.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22513.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>508fe921a748de6efc8b5d979e17beb88ccf5bcf</Sha>
<Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22512.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -224,9 +224,9 @@
<Sha>4b112ab1f8ccb757fb31b5c1e24f16f75360295d</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22507.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22512.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>2aa899e3d0ddff13b189f34f0bed6dafe7dbfe8d</Sha>
<Sha>7c36842c2fa44d76bd1e7109c47331544fb17f45</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22512.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22513.2</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.22512.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22512.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22513.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22513.2"
}
}