Skip to content

Commit

Permalink
add netstandard2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Apr 8, 2024
1 parent 4ef9312 commit 8cca6b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Nager.PublicSuffix/Nager.PublicSuffix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<GenerateDocumentationFile>true</GenerateDocumentationFile>

<LangVersion>12.0</LangVersion>
<IncludeSymbols>true</IncludeSymbols>

<Nullable>enable</Nullable>
Expand All @@ -22,7 +23,7 @@

<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>

<Version>3.1.0</Version>
</PropertyGroup>
Expand Down

0 comments on commit 8cca6b8

Please sign in to comment.