Skip to content

Commit

Permalink
add net6 and net8 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Jun 7, 2024
1 parent d3e85b9 commit 7c7e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionauth-netcore-client/fusionauth-netcore-client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Owners>FusionAuth</Owners>
<Summary>FusionAuth client for .NET Core</Summary>
<LangVersion>7.3</LangVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp2.2;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp2.1;netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
<Company>FusionAuth</Company>
</PropertyGroup>

Expand Down

0 comments on commit 7c7e2f1

Please sign in to comment.