mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 08:12:15 +00:00
Upgraded dependencies
This commit is contained in:
parent
f17852519a
commit
6eecc562fe
@ -53,9 +53,9 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.16" />
|
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.16" />
|
||||||
<PackageReference Include="MudBlazor" Version="8.15.0" />
|
<PackageReference Include="MudBlazor" Version="8.15.0" />
|
||||||
<PackageReference Include="MudBlazor.Markdown" Version="8.11.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="ReverseMarkdown" Version="5.0.0" />
|
||||||
<PackageReference Include="LuaCSharp" Version="0.5.3" />
|
<PackageReference Include="LuaCSharp" Version="0.5.5" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -22,9 +22,13 @@
|
|||||||
},
|
},
|
||||||
"LuaCSharp": {
|
"LuaCSharp": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[0.5.3, )",
|
"requested": "[0.5.5, )",
|
||||||
"resolved": "0.5.3",
|
"resolved": "0.5.5",
|
||||||
"contentHash": "qpgmCaNx08+eiWOmz7U/mXOH8DXUyLW8fsCukKjN8hVled2y4HrapsZlmrnIf9iaNfEQusUR/8d1M2XX6NIzbQ=="
|
"contentHash": "IL44DCbMtEafyiy8DzHFd/f+1pXuDUVFJMCJPAu8vQHNfO3ADSoWSOKMg9Py1za/ZE1K0gs0jll1viInoN+19Q==",
|
||||||
|
"dependencies": {
|
||||||
|
"LuaCSharp.Annotations": "0.5.5",
|
||||||
|
"LuaCSharp.SourceGenerator": "0.5.5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.FileProviders.Embedded": {
|
"Microsoft.Extensions.FileProviders.Embedded": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
@ -64,9 +68,9 @@
|
|||||||
},
|
},
|
||||||
"Qdrant.Client": {
|
"Qdrant.Client": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[1.17.0, )",
|
"requested": "[1.18.1, )",
|
||||||
"resolved": "1.17.0",
|
"resolved": "1.18.1",
|
||||||
"contentHash": "QFNtVu4Kiz6NHAAi2UQk+Ia64/qyX1NMecQGIBGnKqFOlpnxI3OCCBRBKXWGPk/c+4vAmR3Dj+cQ9apqX0zU8A==",
|
"contentHash": "eBwFLihGMvN02/jr/BNdcop2XmtA10y8VMOclVZ7K2H8yheAhl7jbkf7I8e4X3RYpT+cAxgcalP4xmOhgs4KJg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Google.Protobuf": "3.31.0",
|
"Google.Protobuf": "3.31.0",
|
||||||
"Grpc.Net.Client": "2.71.0"
|
"Grpc.Net.Client": "2.71.0"
|
||||||
@ -113,6 +117,16 @@
|
|||||||
"Grpc.Core.Api": "2.71.0"
|
"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": {
|
"Markdig": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "0.41.3",
|
"resolved": "0.41.3",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user