qinchulong
2025-03-29 039a4a5433e7f80adc88b491b549e5d9486e4f9a
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
28
29
30
31
32
33
34
35
36
37
<Project Sdk="Microsoft.NET.Sdk.Web">
 
  <PropertyGroup Label="Globals">
    <SccProjectName>SAK</SccProjectName>
    <SccProvider>SAK</SccProvider>
    <SccAuxPath>SAK</SccAuxPath>
    <SccLocalPath>SAK</SccLocalPath>
  </PropertyGroup>
 
  <PropertyGroup>
    <TargetFramework>netcoreapp3.1</TargetFramework>
  </PropertyGroup>
 
    <ItemGroup>
        <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="5.0.1" />
        <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
        <PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.7" />
    </ItemGroup>
 
    <ItemGroup>
      <ProjectReference Include="..\WIDESEA_Common\WIDESEA_Common.csproj" />
      <ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" />
      <ProjectReference Include="..\WIDESEA_Entity\WIDESEA_Entity.csproj" />
      <ProjectReference Include="..\WIDESEA_Services\WIDESEA_Services.csproj" />
      <ProjectReference Include="..\WIDESEA_WCS\WIDESEA_WCS.csproj" />
    </ItemGroup>
 
    <ItemGroup>
      <Folder Include="Upload\" />
      <Folder Include="Downnload\" />
      <Folder Include="Template\" />
      <Folder Include="Upload\" />
    </ItemGroup>
 
    <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
 
</Project>