You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Daniel!
I wanted to use this library in a new project, so I added a newest 8.2.0 version.
Unfortunately it only targets netstandard1.1, which has dependency on NETStandard.Library, which results in lots of dependencies carried over to the project
Now the last version that had netstandard2.0 target is 8.1.1 which is free of these dependencies.
This target was removed in this PR: #121
Was this an intended move?
The text was updated successfully, but these errors were encountered:
Hi Daniel!
I wanted to use this library in a new project, so I added a newest 8.2.0 version.
Unfortunately it only targets
netstandard1.1
, which has dependency on NETStandard.Library, which results in lots of dependencies carried over to the projectNow the last version that had
netstandard2.0
target is 8.1.1 which is free of these dependencies.This target was removed in this PR: #121
Was this an intended move?
The text was updated successfully, but these errors were encountered: