-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Targeting netstandard2.0/netstandard2.1 #104
Comments
...could also be Castle.Core which only goes up to |
I don't understand this. I've heard I should always target the lowest possible netstandard. |
https://docs.microsoft.com/en-us/dotnet/standard/net-standard |
Ok so target low and multitarget |
Yeah, that's what i think is the recommended way |
So I released 6.6.2 which also targets netstandard2.1. |
my dependency list still looked crazy I think. same for you @carl-berg ? |
Current behavior when installing WebAnchor on a .net core 3.1 project is that it wants a lot of dependencies
Since Webanchor supports
netstandard2.0
(maybe could supportnetstandard2.1
aswell now?) i assume the culprit here isWebAnchor.Analyzers
which targets onlynetstandard1.3
The text was updated successfully, but these errors were encountered: