I get the following error when I try to restore a dotnetcore project on my mac in Rider.
The sad thing is this error only comes in Jetbrains Rider. I can run my project from the command line and Visual Studio. Any ideas?
[NU1202] Package Serilog.Extensions.Hosting 4.0.0-dev-00051 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Serilog.Extensions.Hosting 4.0.0-dev-00051 supports: netstandard2.1 (.NETStandard,Version=v2.1)
Asked
Active
Viewed 236 times
-2

Raj Kumar
- 1,547
- 14
- 19
-
In case you run the `dotnet restore` command via the terminal for the project folder, will it restore all packages without this error? – Alexander Kurakin Feb 05 '21 at 19:02