-
I thought dotnet standard could be imported into dotnet 6 projects but I always get this error when trying to install from nuget: am I just mistaken that they are compatible or is something else wrong with my nuget environment? full nuget installation log here |
Beta Was this translation helpful? Give feedback.
Answered by
johnyburd
Dec 20, 2021
Replies: 1 comment
-
I have determined it was a problem with my nuget environment. Specifically I had a package with out of date dependencies. The library seems to work fine in dotnet 6. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johnyburd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have determined it was a problem with my nuget environment. Specifically I had a package with out of date dependencies.
The library seems to work fine in dotnet 6.