Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9586124

Browse files
authored
Upgrade SDK and dotnet version to 8.0.120 (#16119)
1 parent09625cb commit9586124

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)

[8]ページ先頭

©2009-2025 Movatter.jp