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

fix issue 351 #352

Open Misiu opened 1 month ago

Misiu commented 1 month ago

Lower Microsoft.CodeAnalysis.CSharp version to 4.5.0 to fix the update issue. Closes #351

I've run all the tests and all of them passed. I've created a local package and was able to update Carter in my project.

CollinAlpert commented 4 weeks ago

Please check if #355 fixes this issue first, that would be the preferred fix to lowering the M.CA.C version.