Upgrade the dependent library.

升级依赖库。
This commit is contained in:
Cold-Mint 2024-10-11 17:33:57 +08:00
parent 1fee1cce86
commit 94e620befd
Signed by: Cold-Mint
GPG Key ID: C5A9BF8A98E0CE99

View File

@ -9,9 +9,9 @@
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="6.0.29" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.10" />
</ItemGroup>
</Project>