shawnwildermuth / MetaWeblog

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

Upgraded to .NET 8, code enhancements #18

Closed aminmesbahi closed 9 months ago

aminmesbahi commented 9 months ago

Upgraded to .NET 8 Removed deprecated packages (old dependencies were vulnerable)

shawnwildermuth commented 9 months ago

Can you explain what is changed, everything I looked at is just reformatting with different space indention.

Also, we do not want this to be targetting .NET 8 alone. I've had it planned to target .net6,7,8 but hadn't gotten to it yet.