I am using .NET Core with C#, and when I did dotnet restore
, it gave the following error:
PS C:workspaceArbitrator> dotnet restore
C:workspaceArbitratorArbitrator.csproj : warning NU1701: Package 'PusherClient 0.5.0' was restored using '.NETFramework,Version=v4.6.1' instead the project target framework '.NETCoreApp,Version=v2.0'. This may cause compatibility problems.
C:workspaceArbitratorArbitrator.csproj : warning NU1701: Package 'WebSocket4Net 0.14.1' was restored using '.NETFramework,Version=v4.6.1' instead the project target framework '.NETCoreApp,Version=v2.0'. This may cause compatibility problems.
This package in problem is PusherClient. I just followed the NuGet documents to import it. How can I fix this warning?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…