Hi I have a .net core app in VS 2017, but get the following error ,
Error NETSDK1045 The current .NET SDK does not support targeting .NET Core 3.1. Either target .NET Core 2.1 or lower, or use a version of the .NET SDK that supports .NET Core 3.1.
If i change to a lower version of .net core like .net core 2.1 , i get errors because some features are not supported by the earlier version of .net core .
How can i fix this ?