Skip to content

Commit

Permalink
Set TFM to net6.0;net8.0 for "warning NETSDK1138: The target framewor…
Browse files Browse the repository at this point in the history
…k 'netcoreapp3.1' is out of support and will not receive security updates in the future."
  • Loading branch information
christophwille committed Jan 29, 2024
1 parent 19ba022 commit d6bea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandLine/CodeConv/CodeConv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit d6bea17

Please sign in to comment.