Skip to content

Commit fef0e54

Browse files
committed
Update package dependencies in MinecraftCommandBuilder
Updated the following dependencies in the `MinecraftCommandBuilder.csproj` file: - `Microsoft.Extensions.AI` updated from `9.10.0` to `9.10.1` to incorporate potential bug fixes and improvements. - `MinecraftDataCSharp` updated from `2025.8.29` to `2025.10.23` to leverage the latest updates and enhancements. No other changes were made to the `.csproj` file.
1 parent 7f6f5b4 commit fef0e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MinecraftCommandBuilder/MinecraftCommandBuilder.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<PackageReference Include="Azure.AI.OpenAI" Version="2.3.0-beta.2" />
1717
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.10" />
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.10" PrivateAssets="all" />
19-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.0" />
19+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.1" />
2020
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.8.0-preview.1.25412.6" />
21-
<PackageReference Include="MinecraftDataCSharp" Version="2025.8.29" />
21+
<PackageReference Include="MinecraftDataCSharp" Version="2025.10.23" />
2222
<PackageReference Include="MudBlazor" Version="8.13.0" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)