服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
9 天以前 531f16f2f15bf792e3e719e00abb57a95356dedd
Tiger.Controllers.WMS/Tiger.Controllers.WMS.csproj
@@ -4,11 +4,10 @@
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <Authors>TigerClouds Team</Authors>
    <Company>深圳市钛格云科技有限公司 (SZ TigerClouds Technology Co.,Ltd.)</Company>
    <Copyright>Copyright © 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Tiger.Api\Tiger.Api.csproj" />