222
schangxiang@126.com
2025-06-09 2989656be8968af0b2204b693fb587e9a7c89521
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk.Web">
 
  <PropertyGroup>
    <TargetFramework>net7.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.2" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="ProjectCode">
      <HintPath>DLL\Authorize\ProjectCode.dll</HintPath>
    </Reference>
  </ItemGroup>
 
  <ItemGroup>
    <Content Update="AuthorizeFile\lic\DevLicense_LA23042_20250402144407.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
 
</Project>