CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.05k stars 172 forks source link

Update to .NET 5 #278

Closed febus closed 2 years ago

febus commented 2 years ago

Hello, I updated Carter to run with .NET 5. Unit tests are still all green, sample project is running as well and also responds. I also updated all Nuget packages to current versions. Unfortunately I didn't manage to compile file CarterOpenApi.cs so I commented out some blocks in that particular file. Best regards, Yevgeniy

P.S. This is my very first contribution on github, so please don't blame me too much :)