Skip to content

Nuget Package Update#1358

Open
martindevans wants to merge 2 commits intoSciSharp:masterfrom
martindevans:update_nuget
Open

Nuget Package Update#1358
martindevans wants to merge 2 commits intoSciSharp:masterfrom
martindevans:update_nuget

Conversation

@martindevans
Copy link
Member

Updated all nuget packages except for AspNetCore.Mvc>Razor.RuntimeCompilation which would require dotnet10

@zsogitbe review request. This is a more conservative replacement for #1357.

@martindevans
Copy link
Member Author

martindevans commented Mar 15, 2026

(Same package conflict as the other PR, still working on that) fixed 🤞

… of the package to LLamaSharp - everything downstream benefits.

 - Removed OpenAPI related things from WebAPI, they were causing build errors in generated code.
@zsogitbe
Copy link
Contributor

I have checked it quickly Martin and I think that we will run into some compilation issues because some packages are Net10 (<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.4.0" />, <PackageReference Include="System.Numerics.Tensors" Version="10.0.5" />, <PackageReference Include="System.Text.Json" Version="10.0.3" />) and others are Net8 (<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.24" />). I am seeing a lot of such items.

Semantic Kernel will probably also cause some issues <PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.73.0" />. Especially, because they have just completely replaced KernelMemory with a partially implemented new version (I do not find this a very good idea, but we cannot do anything about it).

I think that we should be careful with versioning and only update when it is really needed. One update may cause a lot of issues upstream in any module or example. This was the reason for my original remark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants