csharp-sdk-upm/Engine/Engine.csproj

21 lines
622 B
XML
Raw Normal View History

2021-03-18 13:52:23 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
2021-04-01 11:20:01 +08:00
<ReleaseVersion>0.7.2</ReleaseVersion>
2021-03-19 11:56:31 +08:00
<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>
2021-03-19 17:02:57 +08:00
<ItemGroup>
<Folder Include="Controllers\" />
</ItemGroup>
2021-03-18 13:52:23 +08:00
</Project>