AltoLang / Alto

Compiler in the works!
MIT License
3 stars 1 forks source link

Use different path to NETCore SDK #93

Open FilipToth opened 2 years ago

FilipToth commented 2 years ago

BUG REPORT

As of now (not sure if it's committed as I've been working on a huge update on my local branch), we're using a preset path to the dotnet SDK, this should be changed immediately to something more dynamic where simply installing a new dotnet SDK will break the whole REPL system.

Problem

at Alto.AltoRepl::CreateBaseConfig(string)

 var baseConfig = new Dictionary<string, string>
{
    {"NETCorePath", "C:/Program Files/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0-preview.7.21377.19/"}
};