mirror of
https://github.com/claunia/plist-cil.git
synced 2026-07-08 17:57:11 +00:00
[PR #23] Support NETStandard 1.3, 1.6 #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/claunia/plist-cil/pull/23
State: closed
Merged: Yes
This PR adds support for NETStandard 1.3 and 1.6; the current version of plist-cil supports NETCoreApp which is slightly different.
It also adds net45 as an explicit target (because the reference assemblies for net45 are structured differently ).
With these 4 PRs, I think I've captured all of the changes in our fork relative to claunia/plist-cil. So if they get merged, I think we can take CoreCompat.plist-cil offline. Cool!