Skip to content

Commit

Permalink
Disable warnings for EOL .NET target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Jul 30, 2024
1 parent 25a8334 commit d158cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csharp/wsgup/wsgup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>

</Project>

0 comments on commit d158cf8

Please sign in to comment.