Skip to content

Commit 7b7edb7

Browse files
committed
Update package references
1 parent 6f09e74 commit 7b7edb7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/NetContextServer/NetContextServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
1616
<PackageReference Include="Microsoft.ML.TorchSharp" Version="0.22.2" />
17-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.39.0" />
17+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.42.0" />
1818
<PackageReference Include="ModelContextProtocol" Version="0.1.0-preview.1.25171.12" />
1919
<PackageReference Include="System.Text.Json" Version="9.0.3" />
20-
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
20+
<PackageReference Include="NuGet.Protocol" Version="6.13.2" />
2121
</ItemGroup>
2222

2323
</Project>

tests/NetContextServer/NetContextServer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
23-
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
23+
<PackageReference Include="NuGet.Protocol" Version="6.13.2" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)