HHECS.WebAPI.csproj
2.14 KB
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
38
39
40
41
42
43
44
45
46
47
48
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Content Remove="Config\log4net.config" />
</ItemGroup>
<ItemGroup>
<None Include="Config\log4net.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="wwwroot\static\js\app.8d18fbfc.js" />
<None Include="wwwroot\static\js\app.8d18fbfc.js.map" />
<None Include="wwwroot\static\js\chunk-03c2f638.c437eb29.js" />
<None Include="wwwroot\static\js\chunk-03c2f638.c437eb29.js.map" />
<None Include="wwwroot\static\js\chunk-22892a52.4b3d3e79.js" />
<None Include="wwwroot\static\js\chunk-22892a52.4b3d3e79.js.map" />
<None Include="wwwroot\static\js\chunk-39cc6b7a.caa35e17.js" />
<None Include="wwwroot\static\js\chunk-39cc6b7a.caa35e17.js.map" />
<None Include="wwwroot\static\js\chunk-3ede71de.415fa4b8.js" />
<None Include="wwwroot\static\js\chunk-3ede71de.415fa4b8.js.map" />
<None Include="wwwroot\static\js\chunk-62ad20f4.eb2f5d88.js" />
<None Include="wwwroot\static\js\chunk-62ad20f4.eb2f5d88.js.map" />
<None Include="wwwroot\static\js\chunk-a3806fb2.8655a3e2.js" />
<None Include="wwwroot\static\js\chunk-a3806fb2.8655a3e2.js.map" />
<None Include="wwwroot\static\js\chunk-vendors.dc38ed7a.js" />
<None Include="wwwroot\static\js\chunk-vendors.dc38ed7a.js.map" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="HHECS.BllModel" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HHECS.Application\HHECS.Application.csproj" />
<ProjectReference Include="..\HHECS.WebCommon\HHECS.WebCommon.csproj" />
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
</Project>