I couldn't find an answer on the internet yet and I'm not sure if this is a problem or not. When I create a new API project in dotnet Core and try 'nuget update' through the GUI I receive the following error:
NU1202: Package Microsoft.AspNetCore.App 2.2.4 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.AspNetCore.App 2.2.4 supports: netcoreapp2.2 (.NETCoreApp,Version=v2.2)
I've tried updating visual studio, and created a new solution and project, the same thing happened again.
I'm not sure if this is going to be a problem in the near future when adding other packages since it says 'rolling back package changes for...' does this imply that it will rollback all the packages without errors as well?