Files
Yi.Admin/CC.Yi.Common/CC.Yi.Common.csproj

12 lines
235 B
XML
Raw Normal View History

2021-03-20 14:12:24 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>