Trying to build a solution with a .NET Standard 2.0 library and a .NET Core 2.0 console app via MonoDevelop.
MonoDevelop pops up a dialog asking me to install the .NET Core 2.0 SDK and prompts me to visit this page: https://www.microsoft.com/net/learn/get-started/linuxfedora
Installed the dotnet 2.0 SDK from those instructions and verified that the 'dotnet' application can run from the console. Rebooted and restarted MonoDevelop and the same popup comes up, MonoDevelop isn't able to find the .NET Core 2.0 SDK.
I'm using MonoDevelop from a flatpak but I'm not sure if that should matter.
Does anyone know what steps are required to get this working or what might be missed?