groege / PdfSharpCore

PdfSharp port NetCore
47 stars 13 forks source link

.net core 2.0 and vs2017 support #11

Open chrcao opened 6 years ago

chrcao commented 6 years ago

hi

groege commented 6 years ago

I assume you want me to update to net core 2.0? It does work with vs2017 and net core 2.0

radu99999 commented 6 years ago

hi.

"Package PdfSharpCore 1.0.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package PdfSharpCore 1.0.0 supports: netcoreapp1.1 (.NETCoreApp,Version=v1.1)"

I wonder if you plan to target .NET Standard 2.0. Thanks in advance, Radu

codingdna2 commented 5 years ago

I've modified the csproj(s) to target netstandard 2.0 and I can confirm it work flawlessly. Maybe you can change the issue and title it "Target netstandard2 instead of netcore1.1".

ghost commented 5 years ago

Can the nuget be updated to netstandard2.0. Thx