Skip to content

Commit 8e0e508

Browse files
authored
Update netsdk1138.md (#36274)
1 parent 365d73e commit 8e0e508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/sdk-errors/netsdk1138.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ NETSDK1138 indicates that your project targets a version of the framework that i
1212

1313
> The target framework '\<framework>' is out of support and will not receive security updates in the future. Please refer to <https://aka.ms/dotnet-core-support> for more information about the support policy.
1414
15-
Out-of-support versions include 1.0, 1.1, 2.0, 2.1, 2.2, and 3.0. In November 2022, .NET 5 will be added to this list.
15+
Out-of-support versions include 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, and 5.0.
1616

17-
To resolve this error, change your project to target a supported version of .NET Core or .NET 5+.
17+
To resolve this error, change your project to target a supported version of .NET.
1818

1919
If you want to suppress the message without targeting a later framework, set the MSBuild property `CheckEolTargetFramework` to false. You can set it in the project file or by passing `/p:CheckEolTargetFramework=false` to a .NET CLI command, such as `dotnet build`. Here's an example project file:
2020

0 commit comments

Comments
 (0)