-
-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
Cake runner
Cake .NET Tool
Cake version
latest
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
slnx is an XML SLN format.
.net9 added slnx support dotnet new sln -f slnx
and latest VS opens and builds such solution.
src/Cake.Common/Tools/DotNet/Sln
is missing slnx.
What is expected?
slnx parsing and serialization using the same library dotnet-sdk is using https://github.com/microsoft/vs-solutionpersistence.
Steps to Reproduce
N/A
Output log
No response