File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.22322.3 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.22327.2 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >eaa4673f2a82355f7cd2f1c1243578be2e961d0f </Sha >
13
+ <Sha >a264eb13fea14125f3ef8d4056586cd66fa55309 </Sha >
14
14
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
15
15
</Dependency >
16
16
</ToolsetDependencies >
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ function InitializeBuildTool() {
573
573
ExitWithExitCode 1
574
574
}
575
575
$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 ' }
577
577
} elseif ($msbuildEngine -eq " vs" ) {
578
578
try {
579
579
$msbuildPath = InitializeVisualStudioMSBuild - install:$restore
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ function InitializeBuildTool {
312
312
# return values
313
313
_InitializeBuildTool=" $_InitializeDotNetCli /dotnet"
314
314
_InitializeBuildToolCommand=" msbuild"
315
- _InitializeBuildToolFramework=" netcoreapp3.1 "
315
+ _InitializeBuildToolFramework=" net7.0 "
316
316
}
317
317
318
318
# Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"version" : " 6.0.301" ,
4
4
"allowPrerelease" : true ,
5
- "rollForward" : " minor "
5
+ "rollForward" : " latestMajor "
6
6
},
7
7
"tools" : {
8
- "dotnet" : " 6 .0.301 " ,
8
+ "dotnet" : " 7 .0.100-preview.2.22153.17 " ,
9
9
"vs" : {
10
- "version" : " 16.8 " ,
10
+ "version" : " 17.0 " ,
11
11
"components" : [
12
12
" Microsoft.VisualStudio.Component.FSharp"
13
13
]
14
- }
14
+ },
15
+ "xcopy-msbuild" : " 17.1.0"
15
16
},
16
17
"native-tools" : {
17
18
"perl" : " 5.32.1.1"
18
19
},
19
20
"msbuild-sdks" : {
20
- "Microsoft.DotNet.Arcade.Sdk" : " 7.0.0-beta.22322.3 " ,
21
+ "Microsoft.DotNet.Arcade.Sdk" : " 7.0.0-beta.22327.1 " ,
21
22
"Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19069.2"
22
23
}
23
24
}
You can’t perform that action at this time.
0 commit comments