File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.23528.2 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.23553.1 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >bb2b4326ddf03d86c92bd125dba87e9d8df63463 </Sha >
8
+ <Sha >1f067970472e5eb1877797bc4304dd13f284c7ba </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.23528.2 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.23553.1 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >bb2b4326ddf03d86c92bd125dba87e9d8df63463 </Sha >
12
+ <Sha >1f067970472e5eb1877797bc4304dd13f284c7ba </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.23528.2 " >
14
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.23553.1 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >bb2b4326ddf03d86c92bd125dba87e9d8df63463 </Sha >
16
+ <Sha >1f067970472e5eb1877797bc4304dd13f284c7ba </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 14
14
<PropertyGroup >
15
15
<SystemCollectionsImmutableVersion >8.0.0-rc.1.23419.4</SystemCollectionsImmutableVersion >
16
16
<MicrosoftBclTimeProviderVersion >8.0.0-rc.1.23419.4</MicrosoftBclTimeProviderVersion >
17
- <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.23528.2 </MicrosoftDotNetXUnitExtensionsPackageVersion >
17
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.23553.1 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18
18
</PropertyGroup >
19
19
</Project >
Original file line number Diff line number Diff line change @@ -341,7 +341,12 @@ function InitializeBuildTool {
341
341
# return values
342
342
_InitializeBuildTool=" $_InitializeDotNetCli /dotnet"
343
343
_InitializeBuildToolCommand=" msbuild"
344
- _InitializeBuildToolFramework=" net8.0"
344
+ # use override if it exists - commonly set by source-build
345
+ if [[ " ${_OverrideArcadeInitializeBuildToolFramework:- x} " == " x" ]]; then
346
+ _InitializeBuildToolFramework=" net8.0"
347
+ else
348
+ _InitializeBuildToolFramework=" ${_OverrideArcadeInitializeBuildToolFramework} "
349
+ fi
345
350
}
346
351
347
352
# Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116
Original file line number Diff line number Diff line change 16
16
}
17
17
},
18
18
"msbuild-sdks" : {
19
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.23528.2 " ,
20
- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.23528.2 "
19
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.23553.1 " ,
20
+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.23553.1 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments