Files
Ayay/SHH.Contracts/SHH.Contracts.csproj

14 lines
387 B
XML
Raw Normal View History

2025-12-29 08:09:14 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MessagePack" Version="3.1.4" />
2025-12-29 08:09:14 +08:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
2025-12-29 08:09:14 +08:00
</ItemGroup>
</Project>