derskythe / WpfSettings

MIT License
27 stars 5 forks source link

Add NetCoreApp3.1 Support #6

Closed RFBomb closed 1 year ago

RFBomb commented 2 years ago

The original objective of this was to update the project to support NetCoreApp3.1. As I was building my wrapper that extends this, seen here: ClickOnceApplicationDeployment, I decided to bring this project more in line with the System.Deployment.dll as far as naming, descriptions etc go, and bring some of the functionality from the original dll into this project.

What I then did with those changes was create a unifying dll to allow a single reference for both .netFramework and .Net/.NetCore, so consumers didn't have to work around which version their code targeted, since it provided similar functionality for both targets

derskythe commented 1 year ago

Sorry for a such long delay with response. Anyway, well done!