服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-08-18 e3e60e858b0d8d2196b6cbb6dff04f9fde65d3df
Tiger.Api/Tiger.Api.csproj
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
  <PropertyGroup Label="Globals">
    <SccProjectName>SAK</SccProjectName>
    <SccProvider>SAK</SccProvider>
    <SccAuxPath>SAK</SccAuxPath>
    <SccLocalPath>SAK</SccLocalPath>
    <SccProjectName></SccProjectName>
    <SccProvider></SccProvider>
    <SccAuxPath></SccAuxPath>
    <SccLocalPath></SccLocalPath>
    <Platforms>AnyCPU;x86</Platforms>
  </PropertyGroup>
@@ -23,7 +23,7 @@
    <Product>Tiger Api Host</Product>
    <Company>SZ TigerClouds Co.,Ltd.</Company>
    <Authors>TigerClouds Team</Authors>
    <Copyright>Copyright © 2020-2023 TigerClouds. All rights reserved.</Copyright>
    <Copyright>Copyright © 2020-2024 TigerClouds. All rights reserved.</Copyright>
    <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
    <StartupObject></StartupObject>