0

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?

  1. ASP.NET Core 2 template missing in VS 2017

  2. .NET Core 2.0 missing from my Visual Studio

    1. https://developercommunity.visualstudio.com/content/problem/61785/net-framework-47-not-listed-as-a-target-framework.html

Every tip is appreciated.

Tvt
  • 223
  • 1
  • 3
  • 16

1 Answers1

1

Ok after writing the question I realized what the answer was. As dumb as it sounds I only installed the x64 version and not the x86 so it was never displayed in my SDK folder.

Hopefully this helps another person with the same brain-malfunction =)

Tvt
  • 223
  • 1
  • 3
  • 16