222
schangxiang@126.com
2025-04-02 1fdc2e02fe34ccadb8a7f0a672dc9c29066e61d2
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
<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="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>