21 lines
497 B
XML
21 lines
497 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<ReleaseVersion>0.7.2</ReleaseVersion>
|
|
<AssemblyName>Common</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Log\" />
|
|
<Folder Include="Http\" />
|
|
<Folder Include="Task\" />
|
|
<Folder Include="Exception\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Libs\Newtonsoft.Json\LC.Newtonsoft.Json.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|