服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-12 f6c758a94829953aa75bbe888c6dfa99d077c8df
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>