Hello,
I updated to the latest (stable) .NET Core SDK 2.1.4. When creating an ASP.NET MVC app in Visual Studio for Mac I get a restore packages problem/warning:
"warning NU1701: Package 'Remotion.Linq 2.1.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project."
I had this warning never before.
Any idea where how to solve this?
Thanks.