Skip to content

Commit f4903d0

Browse files
committed
Update package dependencies across projects
Updated the following package versions: - `Microsoft.SemanticKernel` to `1.65.0` in `skUnit.Tests.csproj` and `skUnit.csproj`. - `ModelContextProtocol` to `0.3.0-preview.4` in `skUnit.Tests.csproj`. - `Markdig` to `0.42.0` in `skUnit.csproj`. - `Microsoft.Extensions.AI` to `9.9.0` in `skUnit.csproj`. - `Microsoft.SemanticKernel.Abstractions` to `1.65.0` in `skUnit.csproj`. - `SemanticValidation` to `0.23.0-beta` in `skUnit.csproj`.
1 parent eaf160c commit f4903d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/skUnit.Tests/skUnit.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.8" />
2525
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.8" />
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
27-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.64.0" />
28-
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.3" />
27+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.65.0" />
28+
<PackageReference Include="ModelContextProtocol" Version="0.3.0-preview.4" />
2929
<PackageReference Include="xunit" Version="2.9.3" />
3030
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/skUnit/skUnit.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Markdig" Version="0.41.3" />
19-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.8.0" />
18+
<PackageReference Include="Markdig" Version="0.42.0" />
19+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.9.0" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
21-
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.64.0" />
22-
<PackageReference Include="SemanticValidation" Version="0.22.0-beta" />
21+
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.65.0" />
22+
<PackageReference Include="SemanticValidation" Version="0.23.0-beta" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)