Merge pull request #14143 from dotnet/darc-main-40ef9c15-36e5-496b-b777-6e901b6d68f5

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Grace Kulin 2022-07-14 08:07:31 -07:00 committed by GitHub
commit 02c70fd877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -196,25 +196,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22362.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22363.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bd18f30f71daf7eaaf1d70363c303bd7dfac65a2</Sha>
<Sha>3895dfc219f7cea2c028164db691389d0b1a73a8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22362.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22363.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bd18f30f71daf7eaaf1d70363c303bd7dfac65a2</Sha>
<Sha>3895dfc219f7cea2c028164db691389d0b1a73a8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22362.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22363.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bd18f30f71daf7eaaf1d70363c303bd7dfac65a2</Sha>
<Sha>3895dfc219f7cea2c028164db691389d0b1a73a8</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22363.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>598fd5d2c9e36784f5c5ca8df533a57f8b46727d</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22361-03" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22362-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>317a714f518da915bbf9f04f8f30e7ddb224d911</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

View file

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