update base nuget package

This commit is contained in:
2019-12-27 17:28:14 +08:00
parent 7449f459a7
commit 3edb472bfb
4 changed files with 21 additions and 7 deletions
+5 -3
View File
@@ -9,7 +9,9 @@
<Description>AspNetCore一个方便的API文档,捕获异常,统一输入输出的API类库</Description>
<PackageId>YY-Tech.YYApi</PackageId>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>
<PackageVersion>0.1.2</PackageVersion>
</PropertyGroup>
<ItemGroup>
@@ -21,8 +23,8 @@
<Content Remove="Properties\launchSettings.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.0.0-rc4" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.0.0-rc4" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.0.0-rc5" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.0.0-rc5" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>