Blame view

Antis.Erp.Plat/douyin/DouyinLogistics.API/DouyinLogistics.API.csproj 606 Bytes
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <Project Sdk="Microsoft.NET.Sdk.Web">

  

    <PropertyGroup>

      <TargetFramework>net8.0</TargetFramework>

      <Nullable>enable</Nullable>

      <ImplicitUsings>enable</ImplicitUsings>

    </PropertyGroup>

  

    <ItemGroup>

      <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.14" />

      <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />

      <PackageReference Include="SqlSugar" Version="5.1.4.156" />

      <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />

      <PackageReference Include="MySql.Data" Version="9.1.0" />

    </ItemGroup>

  

  </Project>