Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 0889b35

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220623.2 (#1421)
[main] Update dependencies from dotnet/arcade
1 parent 966bfd6 commit 0889b35

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22322.3">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22323.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>eaa4673f2a82355f7cd2f1c1243578be2e961d0f</Sha>
8+
<Sha>9dbd4ef3347980e68875996239f3272efb85dd04</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22322.3">
10+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22323.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>eaa4673f2a82355f7cd2f1c1243578be2e961d0f</Sha>
12+
<Sha>9dbd4ef3347980e68875996239f3272efb85dd04</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22322.3">
14+
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22323.2">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>eaa4673f2a82355f7cd2f1c1243578be2e961d0f</Sha>
16+
<Sha>9dbd4ef3347980e68875996239f3272efb85dd04</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22322.3">
18+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22323.2">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>eaa4673f2a82355f7cd2f1c1243578be2e961d0f</Sha>
20+
<Sha>9dbd4ef3347980e68875996239f3272efb85dd04</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22322.3">
22+
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22323.2">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>eaa4673f2a82355f7cd2f1c1243578be2e961d0f</Sha>
24+
<Sha>9dbd4ef3347980e68875996239f3272efb85dd04</Sha>
2525
</Dependency>
2626
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
2727
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ function InitializeBuildTool() {
573573
ExitWithExitCode 1
574574
}
575575
$dotnetPath = Join-Path $dotnetRoot (GetExecutableFileName 'dotnet')
576-
$buildTool = @{ Path = $dotnetPath; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'netcoreapp3.1' }
576+
$buildTool = @{ Path = $dotnetPath; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'net7.0' }
577577
} elseif ($msbuildEngine -eq "vs") {
578578
try {
579579
$msbuildPath = InitializeVisualStudioMSBuild -install:$restore

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function InitializeBuildTool {
312312
# return values
313313
_InitializeBuildTool="$_InitializeDotNetCli/dotnet"
314314
_InitializeBuildToolCommand="msbuild"
315-
_InitializeBuildToolFramework="netcoreapp3.1"
315+
_InitializeBuildToolFramework="net7.0"
316316
}
317317

318318
# Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22322.3"
17+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22323.2"
1818
}
1919
}

0 commit comments

Comments
 (0)