Upgrade to .NET 7#458
Conversation
|
@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.