40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<PackOnBuild>true</PackOnBuild>
|
|
<Version>0.2.3</Version>
|
|
<Authors>xRain@YYTech</Authors>
|
|
<Description>AspNetCore一个方便的API文档,捕获异常,统一输入输出的API类库</Description>
|
|
<PackageId>YY-Tech.YYApi</PackageId>
|
|
<IsPackable>true</IsPackable>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Helpers\" />
|
|
<Folder Include="Communications\" />
|
|
<Folder Include="Controllers\" />
|
|
<Folder Include="JobService\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.0.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.0.0" />
|
|
<PackageReference Include="HangFire.Core" Version="1.7.8" />
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.8" />
|
|
<PackageReference Include="Hangfire.Console" Version="1.4.2" />
|
|
<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.8.1" />
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<DotNetNamingPolicy ResourceNamePolicy="FileFormatDefault" DirectoryNamespaceAssociation="PrefixedHierarchical" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project>
|