Skip to content

Commit

Permalink
feat(test) Add targetframework .net8 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoehen authored Mar 8, 2024
1 parent 54a399f commit c38810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oehen.arguard.Tests/oehen.arguard.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<OutputType>Library</OutputType>

<TargetFrameworks>net6.0;net48;net472</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;net48;net472</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c38810e

Please sign in to comment.