Skip to content

Commit 9586124

Browse files
authored
Upgrade SDK and dotnet version to 8.0.120 (#16119)
1 parent 09625cb commit 9586124

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"sdk": {
3-
"version": "8.0.119",
3+
"version": "8.0.120",
44
"rollForward": "latestFeature"
55
},
66
"tools": {
7-
"dotnet": "8.0.119"
7+
"dotnet": "8.0.120"
88
},
99
"msbuild-sdks": {
1010
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24359.3",

src/Microsoft.DotNet.RemoteExecutor/src/Microsoft.DotNet.RemoteExecutor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<IsPackable>true</IsPackable>
1010
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12+
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)