weikio / PluginFramework

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

#36 Update to target multiple frameworks (netcoreapp3.1 and net5.0) #39

Open mikkou-adafy opened 3 years ago

mikkou-adafy commented 3 years ago

Resolves #36

mikoskinen commented 3 years ago

Looking good. Could you add couple things:

  1. ASP.NET Core 5.0 sample. Functionality could be identical to the current WebApp-sample.
  2. Readme updated with a link to the new sample.

Thanks in advance :)

mikkou-adafy commented 3 years ago

Added a .NET 5.0 Web API sample project and updated the README.