Base solution for your next web application
Open Closed

The current .NET SDK does not support targeting .NET Core 2.2. target .NET Core 2.0 #6815


User avatar
0
annoure created

The Current .Net SDK does not support targeting .Net Core 2.2 Target .Net Core 2.1 or Lower

I installed dotnet-sdk-2.2.203-win-x64.exe But I can not configure it in VS 2017. That it will help me thank you


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Execute the cli command dotnet build Try it?

  • User Avatar
    0
    annoure created

    I executed this commad, generation is ok now:

    But in visual studio i have same probleme:

    can you help me please ?

  • User Avatar
    0
    maliming created
    Support Team

    Can you send the project code to: [email protected] ?

  • User Avatar
    1
    nallejacobsson created

    If you are using VS 2017 the problem is this:

    https://stackoverflow.com/a/55529011/1223919

    SDK 2.2.2xx is only supported in VS 2019. For VS 2017 you need SDK 2.2.1xx.

  • User Avatar
    0
    annoure created

    Super it works. thank you so much