-
Notifications
You must be signed in to change notification settings - Fork 559
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
Upgrade to .NET 7 #458
base: main
Are you sure you want to change the base?
Upgrade to .NET 7 #458
Conversation
@benrhere please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree |
@benrhere Wouldn't updating to .NET 7 make .NET 6 projects unable to use this NuGet? If so, I think we'd probably want to hold off on this until .NET 6 is EOL, at which point it might make more sense to directly update to .NET 8 🙂 |
@Eli-Black-Work @abbasc52 Any plans to upgrade to.NET 8 soon? or still it is supported without any break. I'm currently using this project with.NET 7 and no breaking changes have been faced so far. |
@subashgh234 we will update to dotnet 8 while supporting dotnet standard 2.0. plan is to do it soon along with a few other changes. |
Apologies that I missed this comment @Eli-Black-Work . That makes sense! |
Hi @benrhere , Project has support of .Net Standard 2.0 now. Which will also work in .Net 7 application. Thanks! |
Updated projects to reference .NET 7 from .NET 6. Unit tests all pass. Not sure if other testing is necessary, or there are other implications to this upgrade that I'm unaware of.