2021-04-02 17:28:07 +05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-05-18 11:13:21 +05:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2021-04-02 17:28:07 +05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-05-17 12:53:30 +05:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\AsbCloudDb\AsbCloudDb.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-04-02 17:28:07 +05:00
|
|
|
</Project>
|