microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
220 stars 83 forks source link

Possible to allow for .NETStandard2.0 assemblies #78

Closed mwpowellhtx closed 5 years ago

mwpowellhtx commented 5 years ago

That is the question, whether it is possible to allow for netstandard2.0. We are working on a compilation manager fixture and, apparently, we need to align with an appropriate SDK instance. The rub in our case is that our fixture assemby(ies) are ostensibly targeting netstandard2.0. I suppose we could target netcoreapp2.1 in a pinch if that's what it took to work through the issue as we are interested more in the build fixture operating in a run time, but the surface area is interesting for wider potential application. Thoughts? Recommendations? Thank you..

rainersigwald commented 5 years ago

No, this isn't possible. Details: https://github.com/microsoft/MSBuildLocator/issues/62#issuecomment-470987522

rainersigwald commented 5 years ago

Duplicate of #62