Replies: 2 comments
-
That's a very weird error message, since NET5 should be compatible with netstandard2.1. Few things you can try:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have moved this over to the discussion forum, as this doesn't seem like a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a new repository. Then I wanted to restore packages using 'NuGet.exe restore'. Nuget displayed the error message:
Errors in c:\Projects\C7a.git\Src\AsTrend\AsTrend.Web.Test\AsTrend.Web.Test.csproj
NU1202: Package AngleSharp.Wrappers 1.2.0 is not compatible with net50 (.NETFramework,Version=v5.0). Package AngleSharp.Wrappers 1.2.0 supports: netstandard2.1 (.NETStandard,Version=v2.1)
Beta Was this translation helpful? Give feedback.
All reactions