My visual studio 2017 is not detecting .Net core 2.0 no matter what I do. I am running visual studio 15.4.3 and installed .Net core multiple times with reboots. (no effect)
I tried multiple things like editing the .csproj file and the global.json if it was there (no effect). If I check dotnet --version in my user folder I get "1.0.0-preview2-003121" while if I try it in the "C:\Program Files\dotnet" folder I get "2.0.2"
Even my Environment-variables are not showing any weird path directions to older .Net versions.
Does anyone know a fix which has not been named in these topics?
Every tip is appreciated.