csharp-sdk-upm/Engine/Engine.csproj

23 lines
695 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-08 14:21:41 +08:00
<ReleaseVersion>0.7.3</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>
2021-04-07 18:10:19 +08:00
<ProjectReference Include="..\Storage\Storage.Standard\Storage.Standard.csproj" />
2021-03-18 13:52:23 +08:00
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
2021-03-19 17:02:57 +08:00
<ItemGroup>
2021-04-09 14:24:04 +08:00
<Folder Include="Public\" />
<Folder Include="Public\Attributes\" />
<Folder Include="Internal\" />
<Folder Include="Internal\Controllers\" />
2021-03-19 17:02:57 +08:00
</ItemGroup>
2021-03-18 13:52:23 +08:00
</Project>