weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
538 stars 101 forks source link

Upgraded solution to Net7.0 and NetStandard2.1 #78

Open JerrettDavis opened 1 year ago

JerrettDavis commented 1 year ago

I upgraded the entire solution to work with .Net 7.0, but the change is contingent on the following PR on your "TypeGenerator" library. And it would necessitate a new package version release.

For both TypeGenerator and this project, I've fully upgraded the projects to work with .Net 7.0 and .Net Standard 2.1 where applicable. I've corrected and ran all the unit and integration tests, and I've confirmed that they all still pass.