Skip to content

Commit

Permalink
Target .NET 8 instead of 7 for tests
Browse files Browse the repository at this point in the history
Where a concrete framework is required, target the most recent, which is
now .NET 8.

Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Nov 30, 2023
1 parent a09d39e commit c94dac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NLCaseConvert.UnitTests/NLCaseConvert.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Unit tests for NLCaseConvert.</Description>

<!-- Multi-target all frameworks to test, newest first (for VS runner) -->
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<!-- Test older frameworks in CI (to avoid requiring devs to install) -->
<!--
TODO: Test opportunistically outside of CI?
Expand Down

0 comments on commit c94dac3

Please sign in to comment.