mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try adding staticfiles
per: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/483 and https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/438
This commit is contained in:
parent
670e4b9cf2
commit
6a6200e124
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue