-
Notifications
You must be signed in to change notification settings - Fork 215
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
Time to modernize csproj and drop old TargetFramework entries #172
Comments
Which targets should be supported? Only .net standard 2.x? |
Thanks! 👍 I think For
|
.net core 3.1 is LTS and has netstandard2.1 support. Does this bring any benefit over netstandard2.0 when using the lib in .net core 3.1 project? |
Would guess there's some modest benefit, but, also some advantages to starting fresh without additional targets to carry forwards :-) |
I would go with |
I could live with that! :-) 👍 |
Do you already had some time? |
Thanks for the nudge! Sorry, no, not looking good for the next few weeks - all help appreciated. |
I made a quick fix in PR #173 . You should look later in code for old hacks that can be removed. |
what about .net 6 support and final release of version 3 of the lib? @nblumhardt |
Looks like we need to make some updates to the CSPROJ. It's surprising that
sl5
is still a supported target in there! Time to modernize :-)Originally posted by @nblumhardt in #162 (comment)
The text was updated successfully, but these errors were encountered: