-
Notifications
You must be signed in to change notification settings - Fork 0
/
thZero.NetCore.Library.Asp.Swagger.csproj
42 lines (36 loc) · 1.9 KB
/
thZero.NetCore.Library.Asp.Swagger.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>thZero.NetCore.Library.Asp.Swagger</AssemblyName>
<PackageId>thZero.NetCore.Library.Asp.Swagger</PackageId>
<Description></Description>
<Authors>thZero.com</Authors>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/thZero.NetCore.Library.Asp.Swagger</PackageProjectUrl>
<RepositoryUrl>https://github.com/thZero.NetCore.Library.Asp.Swagger</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\thZero.NetCore.Library\CommonAssemblyInfo.cs" Link="CommonAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.3.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\thZero.NetCore.Library\thZero.NetCore.Library.csproj" />
<ProjectReference Include="..\thZero.NetCore.Library.Asp\thZero.NetCore.Library.Asp.csproj" />
</ItemGroup>
</Project>