davidfowl / Micronetes

Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
MIT License
773 stars 46 forks source link

Pre net core 3.1 support #7

Closed luisgizirian closed 4 years ago

luisgizirian commented 4 years ago

A multi-project solution might still coexist 3.1 and earlier .net core versions across projects. Are there plans to support older framework versions? Seen a comment on using MSBuild to support path auto discovery.

Prereq: the corresponding version should be already installed.

davidfowl commented 4 years ago

Yep, I was being a bit lazy hard coding that path. I'll make another lazy fix 😄. The temporary workaround is to use the executable directly. I'll be fixing this shortly.

davidfowl commented 4 years ago

Latest version should work a bit better here.

luisgizirian commented 4 years ago

Thanks David. Closing this one then. :)