Add NuGet lib YamlDotNet to project

This commit is contained in:
霧雨烨 2024-06-13 21:11:51 +08:00
parent c957faec76
commit c735851cc3

View File

@ -10,5 +10,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
</ItemGroup>
</Project>