Skip to content

Commit 852169b

Browse files
Fix merge conflicts.
1 parent 01ed88d commit 852169b

File tree

4 files changed

+4
-86
lines changed

4 files changed

+4
-86
lines changed

samples/EverythingServer/EverythingServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<OutputType>Exe</OutputType>

tests/ModelContextProtocol.AspNetCore.Tests/ModelContextProtocol.AspNetCore.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</ItemGroup>
4444

4545
<ItemGroup>
46+
<ProjectReference Include="..\..\samples\EverythingServer\EverythingServer.csproj" />
4647
<ProjectReference Include="..\..\src\ModelContextProtocol\ModelContextProtocol.csproj" />
4748
<ProjectReference Include="..\..\src\ModelContextProtocol.AspNetCore\ModelContextProtocol.AspNetCore.csproj" />
4849
<ProjectReference Include="..\ModelContextProtocol.TestSseServer\ModelContextProtocol.TestSseServer.csproj" />

tests/ModelContextProtocol.AspNetCore.Tests/SseIntegrationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Microsoft.AspNetCore.Builder;
1+
using EverythingServer.Tools;
2+
using Microsoft.AspNetCore.Builder;
23
using Microsoft.AspNetCore.Http;
34
using Microsoft.AspNetCore.Routing;
45
using Microsoft.Extensions.DependencyInjection;
@@ -10,7 +11,6 @@
1011
using ModelContextProtocol.Server;
1112
using ModelContextProtocol.Tests.Utils;
1213
using ModelContextProtocol.Utils.Json;
13-
using TestServerWithHosting.Tools;
1414

1515
namespace ModelContextProtocol.Tests;
1616

tests/ModelContextProtocol.AspNetCore.Tests/Utils/TestServerTransport.cs

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

0 commit comments

Comments
 (0)