orleans
orleans copied to clipboard
Migrate solution file to slnx
https://devblogs.microsoft.com/visualstudio/new-simpler-solution-file-format/
Basically running the dotnet sln migate command. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-sln#migrate
For this we need to upgrade the sdk in the global.json to 9
This would result in less merge conflicts 👍
@ReubenBond are we okay upgrading the sdk version?
Yes, we can upgrade the SDK and migrate to slnx. If some of our CI tooling doesn't support it we will need to revert. We should wait until post 9.2.0 before merging, though.