Skip to content

Commit c7e0765

Browse files
authored
Move to slnx (#374)
This is the modern solution format for .NET. The advantages are that it has a defined format and more resistant to merge conflicts. This is supported by all modern .NET Tools (VS and VS Code)
1 parent 741110f commit c7e0765

File tree

2 files changed

+13
-56
lines changed

2 files changed

+13
-56
lines changed

dotnet/GitHub.Copilot.SDK.sln

Lines changed: 0 additions & 56 deletions
This file was deleted.

dotnet/GitHub.Copilot.SDK.slnx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/src/">
8+
<Project Path="src/GitHub.Copilot.SDK.csproj" />
9+
</Folder>
10+
<Folder Name="/test/">
11+
<Project Path="test/GitHub.Copilot.SDK.Test.csproj" />
12+
</Folder>
13+
</Solution>

0 commit comments

Comments
 (0)