Skip to content

Commit 2e9cf56

Browse files
authored
Add / update package refs for modelcontextprotocol
1 parent ca9f028 commit 2e9cf56

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

04-PracticalSamples/src/src/McpSample.AppHost/McpSample.AppHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.3.1" />
17+
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.3" />
1718
</ItemGroup>
1819

1920
<ItemGroup>

04-PracticalSamples/src/src/McpSample.AspNetCoreSseServer/McpSample.AspNetCoreSseServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="ModelContextProtocol" Version="0.1.0-preview.14" />
11+
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

04-PracticalSamples/src/src/McpSample.Chat/McpSample.BlazorChat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Azure.Identity" Version="1.14.2" />
1414
<PackageReference Include="Microsoft.Extensions.AI.AzureAIInference" Version="9.5.0-preview.1.25265.7" />
1515
<PackageReference Include="Microsoft.Extensions.AI.Ollama" Version="9.5.0-preview.1.25265.7" />
16-
<PackageReference Include="ModelContextProtocol" Version="0.1.0-preview.14" />
16+
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.3" />
1717
<PackageReference Include="OpenAI" Version="2.2.0" />
1818
</ItemGroup>
1919

04-PracticalSamples/src/src/McpSample.ServiceDefaults/McpSample.ServiceDefaults.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
1515
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" />
1616
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" />
17+
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.3" />
1718
</ItemGroup>
1819
</Project>

0 commit comments

Comments
 (0)