Skip to content

Commit

Permalink
Re-add support for net46 target
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Jan 23, 2024
1 parent 7fb45ec commit 22aacdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReverseMarkdown/ReverseMarkdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>ReverseMarkdown is a Html to Markdown converter library in c#</Description>
<VersionPrefix>4.1.0</VersionPrefix>
<Authors>Babu Annamalai</Authors>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net46;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/mysticmind/reversemarkdown-net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>htmltomarkdown;html2markdown;converthtml;htmlconverter;html;converter;markdown</PackageTags>
Expand Down

0 comments on commit 22aacdc

Please sign in to comment.