-2

I have installed both .NET CORE 3.1. and preview 5.0. I see it when I type command: dotnet --list-sdks I see all packages

enter image description here

but when I want to use it in VS project in C# .NET CORE console app I cannot. enter image description here

CodeNotFound
  • 22,153
  • 10
  • 68
  • 69
Ales100
  • 153
  • 1
  • 8
  • 1
    Does this answer your question? [Use Visual Studio 2017 with .Net Core SDK 3.0](https://stackoverflow.com/questions/53641740/use-visual-studio-2017-with-net-core-sdk-3-0) – Michal Zhradnk Nono3551 Apr 16 '20 at 08:30

1 Answers1

0

I have not tried .NET CORE 3.x with VS 2017 but according this page it is possible that is is supported only in VS 2019.

You might also try to restart Visual Studio. I think it loads installed frameworks only during startup.

Also check out this thread. You might find there some answers