Upgraded dependencies

This commit is contained in:
Thorsten Sommer 2026-05-14 14:13:42 +02:00
parent f17852519a
commit 6eecc562fe
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 22 additions and 8 deletions

View File

@ -53,9 +53,9 @@
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.16" />
<PackageReference Include="MudBlazor" Version="8.15.0" />
<PackageReference Include="MudBlazor.Markdown" Version="8.11.0" />
<PackageReference Include="Qdrant.Client" Version="1.17.0" />
<PackageReference Include="Qdrant.Client" Version="1.18.1" />
<PackageReference Include="ReverseMarkdown" Version="5.0.0" />
<PackageReference Include="LuaCSharp" Version="0.5.3" />
<PackageReference Include="LuaCSharp" Version="0.5.5" />
</ItemGroup>
<ItemGroup>

View File

@ -22,9 +22,13 @@
},
"LuaCSharp": {
"type": "Direct",
"requested": "[0.5.3, )",
"resolved": "0.5.3",
"contentHash": "qpgmCaNx08+eiWOmz7U/mXOH8DXUyLW8fsCukKjN8hVled2y4HrapsZlmrnIf9iaNfEQusUR/8d1M2XX6NIzbQ=="
"requested": "[0.5.5, )",
"resolved": "0.5.5",
"contentHash": "IL44DCbMtEafyiy8DzHFd/f+1pXuDUVFJMCJPAu8vQHNfO3ADSoWSOKMg9Py1za/ZE1K0gs0jll1viInoN+19Q==",
"dependencies": {
"LuaCSharp.Annotations": "0.5.5",
"LuaCSharp.SourceGenerator": "0.5.5"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct",
@ -64,9 +68,9 @@
},
"Qdrant.Client": {
"type": "Direct",
"requested": "[1.17.0, )",
"resolved": "1.17.0",
"contentHash": "QFNtVu4Kiz6NHAAi2UQk+Ia64/qyX1NMecQGIBGnKqFOlpnxI3OCCBRBKXWGPk/c+4vAmR3Dj+cQ9apqX0zU8A==",
"requested": "[1.18.1, )",
"resolved": "1.18.1",
"contentHash": "eBwFLihGMvN02/jr/BNdcop2XmtA10y8VMOclVZ7K2H8yheAhl7jbkf7I8e4X3RYpT+cAxgcalP4xmOhgs4KJg==",
"dependencies": {
"Google.Protobuf": "3.31.0",
"Grpc.Net.Client": "2.71.0"
@ -113,6 +117,16 @@
"Grpc.Core.Api": "2.71.0"
}
},
"LuaCSharp.Annotations": {
"type": "Transitive",
"resolved": "0.5.5",
"contentHash": "5VcwcTNGCY5YXLz2BRko5/Z0YGd6MZqNsnnfPOsGHHpAtqWPFbD0vtOZR4jUqaQLtQUvl2+WRfmIOhp6L2S0rw=="
},
"LuaCSharp.SourceGenerator": {
"type": "Transitive",
"resolved": "0.5.5",
"contentHash": "2xHKGc1bYXTsmSzZCNmKkuAU6A+1azulNiPY/ICKBSHIgEPMNRQ7JS6PvAClrHe6bk8SKcC/fbba6igtDzDaAw=="
},
"Markdig": {
"type": "Transitive",
"resolved": "0.41.3",