JasperFx / lamar

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

Net5.0 support #271

Closed adamstewart1980 closed 3 years ago

adamstewart1980 commented 3 years ago

Upgraded package reference for Oakton.AspNetCore and BaselineTypeDiscovery following their newly added support to Net5.0

This is specifically for the Lamar.Diagnostics package - this should be all that is required in order to make the UseLamar() call work in Net5.0 projectes

Moved the AppVeyor configuration on to use Visual Studio 2019 so that it can use the Net5.0 targeting packs

jeremydmiller commented 3 years ago

@adamstewart1980 You need to enable the .Net 5 target on the testing projects too, and I'm expecting a little bit of trouble with the ASP.Net Core adapter project