mirror of
https://github.com/junian/Standard.Licensing.git
synced 2026-04-25 05:45:51 +03:00
[GH-ISSUE #20] .net6+ #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Standard.Licensing#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mph911 on GitHub (Mar 23, 2022).
Original GitHub issue: https://github.com/junian/Standard.Licensing/issues/20
Is there any plan to port to .net6+?
@CraigRichards commented on GitHub (Oct 8, 2022):
The .NetStandard 2.0 target framework would cover your .Net6 requirement.
@AntiGuideAkquinet commented on GitHub (Feb 24, 2023):
I believe a change of targeted frameworks would be sensible altough not necessary to use the library in .NET 6.
As suggested here a switch to support
netstandard2.0(andnet461explicity) would bring us in line with other widespread librarys and allow usage of a few new features.That means dropping following targets:
net45net40portable-net45+win8+wpa81+wp8portable-net403+sl50+win8+wp8And keeping/adding:
netstandard2.0net461From the linked page:
@mzayarnyuk commented on GitHub (Mar 16, 2023):
yes pls add separated targeting;
no one ask to remove standard2.0 etc because someone use that in old projects;
but add new separated targeting make easy to use who want built with own src; and make better perfomance and iluminate aoutdated standard and other old refs that not needed if use in modern net6-7 or maui etc
@mzayarnyuk commented on GitHub (Mar 16, 2023):
is really critical for you, in other way mans will check and choose some new - more bad maybe - but simple implementation that easy to try and integrate with there apps;