YairHalberstadt / stronginject

compile time dependency injection for .NET
MIT License
845 stars 24 forks source link

Fix windows build #146

Closed YairHalberstadt closed 3 years ago

YairHalberstadt commented 3 years ago

Use dotnet which is much more reliable than msbuild as it doesnt depend on the image configuration. At the moment this means we don't test xamarin. I've opened https://github.com/YairHalberstadt/stronginject/issues/147 to fix that.

YairHalberstadt commented 3 years ago

Thanks for your contribution!