Merge pull request #14411 from dotnet/darc-main-6f057e78-8e4f-4c84-aeb5-7223b6622317

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-08-28 19:57:57 -07:00 committed by GitHub
commit 7b679d5581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -194,18 +194,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22425.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22426.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78805162979a2e31d8df1aa962c5657f988116a4</Sha>
<Sha>692746db3f08766bc29e91e826ff15e5e8a82b44</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22425.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22426.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78805162979a2e31d8df1aa962c5657f988116a4</Sha>
<Sha>692746db3f08766bc29e91e826ff15e5e8a82b44</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22425.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22426.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78805162979a2e31d8df1aa962c5657f988116a4</Sha>
<Sha>692746db3f08766bc29e91e826ff15e5e8a82b44</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22425.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22425.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22426.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22425.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22425.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22426.1"
}
}