add dotnet 6 target
What does this implement/fix? Explain your changes.
Adds support for targeting net6.0 and updates dependencies
Does this close any currently open issues?
No
Any relevant logs, error output, etc?
No
Where has this been tested?
Operating System: Windows 11
.Net Core Verion: net6.0
Does this introduce a breaking change?
- [ ] Yes
- [x] No
Any other comments?
Not 100% sure about updating Microsoft.Extensions.Identity.Core & Microsoft.Extensions.Identity.Stores from v2->v6 but prefer to use latest if not a breaking change. I've tested creating new user and login/logoff with sample application I'm working on. I can downgrade those if there's concerns.
Could we get this into mainline? Many projects cannot be migrated to .net6 because this package is not compatible with that version.
@matteofabbri Any chance you could accept this PR? I also need it for a project that runs on .Net 6
We're using this package with .NET 6 without issue @theranger