Skip to content

Commit

Permalink
Adding NET 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Colombo authored and Federico Colombo committed Nov 14, 2023
1 parent bc26bbd commit b1b5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit.NET/Audit.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>Copyright 2016</Copyright>
<AssemblyTitle>Audit.NET</AssemblyTitle>
<Authors>Federico Colombo</Authors>
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net45;net461;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net45;net461;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);STRONG_NAME</DefineConstants>
<NoWarn>$(NoWarn);1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit b1b5e55

Please sign in to comment.