Closed flytzen closed 6 years ago
looks like there are merge conflicts on this PR, is that what's holding up the merge?
@darkfadr No, I think the project is dead; the only commits seem to be automated ones. In any case, this PR is now dead and has been superseded by #20
@flytzen thanks for the feedback, will try and contact the maintainers to see if something can be done about #20
This PR adds support for Dot Net Core as per #7. Specifically, the four packages now use the VS 2017 .csproj format so they can be built using dotnet pack.
The core NotDeadYet package multi-targets Net 4.0 as well as Net Standard 1.6 so it can be used from either full framework or .Net Core.
There is a CreatePackages.cmd but it will likely need adapting to handle versioning sensibly with whatever build chain is in use.