Skip to content

Commit

Permalink
fix: try fixing useless warnings in ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Jul 14, 2024
1 parent 3597c2b commit fcecfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DisCatSharp.Targets/Library.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<PropertyGroup>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
Expand Down

0 comments on commit fcecfd7

Please sign in to comment.