Skip to content

Commit 888f171

Browse files
Convert solution to slnx (#472)
* Convert solution to slnx * Bump sdk version in global.json
1 parent 47e6a64 commit 888f171

File tree

3 files changed

+42
-137
lines changed

3 files changed

+42
-137
lines changed

ModelContextProtocol.sln

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

ModelContextProtocol.slnx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<Solution>
2+
<Folder Name="/.github/" />
3+
<Folder Name="/.github/workflows/">
4+
<File Path=".github/workflows/ci-build-test.yml" />
5+
<File Path=".github/workflows/ci-code-coverage.yml" />
6+
<File Path=".github/workflows/docs.yml" />
7+
<File Path=".github/workflows/markdown-link-check.yml" />
8+
<File Path=".github/workflows/release.md" />
9+
<File Path=".github/workflows/release.yml" />
10+
</Folder>
11+
<Folder Name="/samples/">
12+
<Project Path="samples/AspNetCoreSseServer/AspNetCoreSseServer.csproj" />
13+
<Project Path="samples/ChatWithTools/ChatWithTools.csproj" />
14+
<Project Path="samples/EverythingServer/EverythingServer.csproj" />
15+
<Project Path="samples/QuickstartClient/QuickstartClient.csproj" />
16+
<Project Path="samples/QuickstartWeatherServer/QuickstartWeatherServer.csproj" />
17+
<Project Path="samples/TestServerWithHosting/TestServerWithHosting.csproj" />
18+
</Folder>
19+
<Folder Name="/Solution Items/">
20+
<File Path="Directory.Build.props" />
21+
<File Path="Directory.Packages.props" />
22+
<File Path="global.json" />
23+
<File Path="LICENSE" />
24+
<File Path="logo.png" />
25+
<File Path="nuget.config" />
26+
<File Path="README.MD" />
27+
<File Path="version.json" />
28+
</Folder>
29+
<Folder Name="/src/">
30+
<File Path="src/Directory.Build.props" />
31+
<Project Path="src/ModelContextProtocol.AspNetCore/ModelContextProtocol.AspNetCore.csproj" />
32+
<Project Path="src/ModelContextProtocol/ModelContextProtocol.csproj" />
33+
</Folder>
34+
<Folder Name="/tests/">
35+
<Project Path="tests/ModelContextProtocol.AspNetCore.Tests/ModelContextProtocol.AspNetCore.Tests.csproj" />
36+
<Project Path="tests/ModelContextProtocol.Tests/ModelContextProtocol.Tests.csproj" />
37+
<Project Path="tests/ModelContextProtocol.TestServer/ModelContextProtocol.TestServer.csproj" />
38+
<Project Path="tests/ModelContextProtocol.TestSseServer/ModelContextProtocol.TestSseServer.csproj" />
39+
</Folder>
40+
</Solution>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.204",
44
"rollForward": "minor"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)