Merged PR 22814: [internal/release/6.0.3xx] Update dependencies from dotnet/arcade

This pull request updates the following dependencies

[marker]: <> (Begin:6d383863-e2a5-4edc-fb90-08da32c10934)
## From https://github.com/dotnet/arcade
- **Subscription**: 6d383863-e2a5-4edc-fb90-08da32c10934
- **Build**: 20220504.3
- **Date Produced**: May 4, 2022 5:41:19 PM UTC
- **Commit**: 5fdd5b6c08c6c39edf12001400a11786c03b3e35
- **Branch**: refs/heads/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.CMake.Sdk**: [from 6.0.0-beta.22212.5 to 6.0.0-beta.22254.3][1]
  - **Microsoft.DotNet.Build.Tasks.Installers**: [from 6.0.0-beta.22212.5 to 6.0.0-beta.22254.3][1]
  - **Microsoft.DotNet.Arcade.Sdk**: [from 6.0.0-beta.22212.5 to 6.0.0-beta.22254.3][1]

[1]: 1a6b243...5fdd5b6

[DependencyUpdate]: <> (End)

[marker]: <> (End:6d383863-e2a5-4edc-fb90-08da32c10934)
This commit is contained in:
DotNet Bot 2022-05-12 04:01:49 +00:00 committed by Marc Paine
commit 137bc0d273
4 changed files with 9 additions and 11 deletions

View file

@ -27,7 +27,6 @@
<add key="darc-pub-dotnet-templating-60a2f73" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-60a2f73d/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-templating -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-65aaba1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-65aaba15/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-windowsdesktop -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
@ -57,7 +56,6 @@
<!-- Begin: Package sources from dotnet-templating -->
<!-- End: Package sources from dotnet-templating -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-65aaba1" value="true" />
<!-- End: Package sources from dotnet-windowsdesktop -->
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->

View file

@ -197,19 +197,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22212.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22254.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.22212.5">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.22254.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22212.5">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22254.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22213.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

View file

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