HakanL / WkHtmlToPdf-DotNet

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
GNU Lesser General Public License v3.0
367 stars 66 forks source link

Add TargetFramework .netstandard2.1 to DinkToPdf.csproj #50

Closed AnuragBhv closed 2 years ago

AnuragBhv commented 2 years ago

Though none of newly added APIs to .net standard 2.1 might not be used internally it would make this project ready for upgrade to support new frameworks like .Net 5 and 6.

Reference article https://devblogs.microsoft.com/dotnet/announcing-net-standard-2-1/.

HakanL commented 2 years ago

.NET 5 and 6 will work fine with .NET Standard 2.0 as well, it's just an identifier what the library expects from the framework/runtime.