Skip to content

Commit

Permalink
fix: Surpressed Build Warnings for TargetFramework Support
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Nov 17, 2023
1 parent b078adf commit caa4cfd
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>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit caa4cfd

Please sign in to comment.