Merge pull request #14158 from dotnet/darc-main-4ce9e56e-d67c-4c25-9f3e-7ab2dcd8d722

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-07-18 14:56:17 -07:00 committed by GitHub
commit e6905e96aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -196,16 +196,16 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22365.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22367.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22365.4">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22367.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22365.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22367.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
</Dependency>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22365.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22367.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

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