Target framework update
Opened this issue · 0 comments
Drake53 commented
The project still targets .NET framework, consider changing it to / adding .NET standard/core.
I noticed there are already 2 PRs for this: #13 #19
These both add a new .csproj though, I'd personally prefer using for example net462;netstandard2.0
For that to work the existing .csproj would have to be changed to SDK-style though.