Browse Source
Remove Swashbuckle.AspNetCore package from Volo.CmsKit.Web.Unified.csproj
pull/7740/head
maliming
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
modules/cms-kit/host/Volo.CmsKit.Web.Unified/Volo.CmsKit.Web.Unified.csproj
|
|
|
@ -10,7 +10,6 @@ |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" /> |
|
|
|
|