Previously, I was able to select the .NET Core 2.2 Framework in the properties section of the .NET Core project, but after the latest visual studio updates I haven't been able to.
Things I've tried:
- Repairing the .NET Core 2.2 SDK installation
- Uninstalling and Reinstalling the .NET Core 2.2 SDK
- Restarting Visual Studio
- Restarting my machine
- Making a fresh .NET Core project
Nothing has been able to work. From the fact that it was working before I installed the latest updates, could it just be a bug? Or is there something that I'm missing?
For some more clarity, I'm running in Windows 10 Professional x64 on the latest version of windows.
I installed this version of .NET Core 2.2 from here
Any help is appreciated. Thanks!