tesses-cms/Tesses.CMS.Client/Tesses.CMS.Client.csproj

14 lines
352 B
XML
Raw Permalink Normal View History

2023-12-16 01:40:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>8.0</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>