shawnwildermuth / MetaWeblog

An ASP.NET Core Middleware Component for Implementing MetaWeblog API
Apache License 2.0
63 stars 26 forks source link

Updated the projects from netstandard1.3 to netcoreapp2.0 #3

Closed jasongaylord closed 6 years ago

jasongaylord commented 7 years ago

Shawn - I was looking to use this in a .NET core 2.0 app and updated the references for you. Everything seems to build fine on my end.

shawnwildermuth commented 7 years ago

I'll check this out soon and merge it. Thanks for the help!

jasongaylord commented 7 years ago

No problem. I ran into an issue where the service was in the constructor. Moved it to the Invoke method so that it is still scoped in netcore2.0.