[main] Update dependencies from dotnet/arcade (#14036)
* Update dependencies from https://github.com/dotnet/arcade build 20220623.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22323.2 * Reference net7.0 version of BuildTasksInstallers assembly * Remove backported arcade patch * Remove patch that was for bootstrapping source-build * Update dependencies from https://github.com/dotnet/arcade build 20220624.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22324.1 * Update dependencies from https://github.com/dotnet/arcade build 20220627.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22327.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22271-02 -> To Version 1.2.0-beta-22325-02 (parent: Microsoft.DotNet.Arcade.Sdk * Revert "Remove patch that was for bootstrapping source-build" This reverts commit eb2dc3d7c1e6f23e191e7c49279c3b25ebf023ff. * Update fsharp System.Memory package version to 4.5.5 * Don't directly reference SCI and SCM 5.0.0 from SDK * Add backport links to new source-build patches * Update dependencies from https://github.com/dotnet/arcade build 20220627.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22327.2 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22271-02 -> To Version 1.2.0-beta-22325-02 (parent: Microsoft.DotNet.Arcade.Sdk * Update source-build xml doc baseline Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Logan Bussell <loganbussell@microsoft.com> Co-authored-by: MichaelSimons <msimons@microsoft.com>
This commit is contained in:
parent
f922a74fb9
commit
a9bd605e2e
10 changed files with 65 additions and 1157 deletions
|
@ -573,7 +573,7 @@ function InitializeBuildTool() {
|
|||
ExitWithExitCode 1
|
||||
}
|
||||
$dotnetPath = Join-Path $dotnetRoot (GetExecutableFileName 'dotnet')
|
||||
$buildTool = @{ Path = $dotnetPath; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'netcoreapp3.1' }
|
||||
$buildTool = @{ Path = $dotnetPath; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'net7.0' }
|
||||
} elseif ($msbuildEngine -eq "vs") {
|
||||
try {
|
||||
$msbuildPath = InitializeVisualStudioMSBuild -install:$restore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue