Merge pull request #13810 from dotnet/darc-main-dc00e914-4391-4e2c-adb3-e2d3411f0555
[main] Update dependencies from dotnet/arcade
This commit is contained in:
commit
cc5ac02b4c
3 changed files with 13 additions and 13 deletions
|
@ -192,33 +192,33 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22255.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22259.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>ba1c3aff4be864c493031d989259ef92aaa23fc3</Sha>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22255.2">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22259.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>ba1c3aff4be864c493031d989259ef92aaa23fc3</Sha>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22255.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22259.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>ba1c3aff4be864c493031d989259ef92aaa23fc3</Sha>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22259.4">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>38ada164f2f3d18c8c9a707ff1765c815c6b48e8</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22251-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22258-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>b74d568abf257cbac3d9a595e7223b25d8d6b90d</Sha>
|
||||
<Sha>7e0f22b377684f55bf2bca45eba46bdcb08edb64</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22223.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22257.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>eefdc9f02f39fb3262c4c14271e5e600ebf2bdcb</Sha>
|
||||
<Sha>dd1d99d35636a5a6f09dd3dad88e338bbde2cc8a</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22255.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22259.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22255.2"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22259.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22259.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue