2021-03-18 13:52:23 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2021-03-19 11:56:31 +08:00
|
|
|
<ReleaseVersion>0.6.4</ReleaseVersion>
|
|
|
|
<RootNamespace>LeanCloud.Engine</RootNamespace>
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2021-03-18 13:52:23 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Common\Common\Common.csproj" />
|
|
|
|
<ProjectReference Include="..\Storage\Storage\Storage.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|