Skip to content

Commit

Permalink
disable warning NETSDK1138: The target framework 'netcoreapp2.1' is o…
Browse files Browse the repository at this point in the history
…ut of support and will not receive security updates in the future.
  • Loading branch information
icnocop committed Oct 16, 2023
1 parent 53fb66e commit 0de3c32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0de3c32

Please sign in to comment.