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

.NET 6.0 #3

Open
Engelberg opened this issue Sep 13, 2022 · 1 comment
Open

.NET 6.0 #3

Engelberg opened this issue Sep 13, 2022 · 1 comment

Comments

@Engelberg
Copy link

I'm not terribly familiar with .NET, but I downloaded the latest framework so I could try to run the monaco ide, and I'm getting an error message when I try to run the webapicompiler that I think indicates that monaco only runs on an older .NET framework (5.0), which Microsoft discourages downloading as it is no longer supported. Is Monaco still viable? Thanks.

@andrzejolszak
Copy link
Owner

You might try to change the target framework in the project settings, that might work. But if not then, the dependency project BlazorMonaco would first have to get a .net 6 release, an it seems they don't have it yet:

https://www.nuget.org/packages/BlazorMonaco/2.1.0#dependencies-body-tab

Anyhow, if you just want to try it out, I recommend that you install .net 5. It's a fairly recent and solid version of the framework. Lack of MS support is not really a show stopper for installing it (in the same way as it's fine to install old JDK to run older Java programs).

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

No branches or pull requests

2 participants