-
Notifications
You must be signed in to change notification settings - Fork 158
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
CoreWiki throws Errors if only dotnet core 2.2 is installed #353
Comments
I created a fork and downloaded it from the Fritz source. I have the same problem - working on it now. I will try to install 2.1. |
In VS 2018, right-clicked on the Solution itself, and opened Build Order. It indicates a sequence:
|
If you only have .Net Core 2.2 installed, CoreWiki will throw a lot of errors when trying to compile. There's no clear documentation online about how safe it is to install .Net Core 2.1 on top of .Net Core 2.2 (which is what I ended up doing - it worked).
Probable long term solution is to upgrade CoreWIki to .Net Core 2.2.
The text was updated successfully, but these errors were encountered: