Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use packages like Microsoft.Net.Compilers.Toolset #3

Merged
merged 5 commits into from
Oct 2, 2020

Conversation

VolodymyrBS
Copy link

Currently, the package could use only compilers that rely on .NET Framework 4.7.2 and has tools/csc.exe file like Microsoft.Net.Compilers. This PR enables the package to use compiler packages like Microsoft.Net.Compilers.Toolset which contains .NET Core binaries.

dotnet still is not required to be installed on user machine. Binaries will be downloaded into the Library.

Also, using Microsoft.Net.Compilers.Toolset with .NET Core could fix bug #2

@mob-sakai
Copy link
Owner

Wow! 👍

@mob-sakai mob-sakai merged commit 4b16c83 into mob-sakai:develop Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants