JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
563 stars 118 forks source link

.NET 6 Support #300

Closed diegostamigni closed 2 years ago

diegostamigni commented 2 years ago

Hi there!

As other people have mentioned already, .NET 6.0 is officially out and it would be great if Lamar was setup to support it. The work isn't a big deal as it requires to replicate a few nugets configuration within the csprojs and making sure all tests pass.

I haven't touched the test targets so they are running under net5.0 still, not sure if we want to change these too.

Github actions have been updated as well to use .NET 6 instead of .NET 5.

See #298

jeremydmiller commented 2 years ago

@diegostamigni Thank you for doing that! But yeah, the test projects -- especially the ASP.Net Core integration really needs to be upgraded for safety. I can handle that later today.

diegostamigni commented 2 years ago

@diegostamigni Thank you for doing that! But yeah, the test projects -- especially the ASP.Net Core integration really needs to be upgraded for safety. I can handle that later today.

Yeah @jeremydmiller I had a feeling about that! Thanks for handling it then! 💪🤙

jeremydmiller commented 2 years ago

Got it in with a rebase.