aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/IOL.GreatOffice.Api.csproj
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-11-14 03:25:02 +0100
committerivarlovlie <git@ivarlovlie.no>2022-11-14 03:25:02 +0100
commit76004edc90fad76a874ce4c4b51a86c5a4ec1de7 (patch)
tree4d0e64b6152cdf4a14a1d5c3c0e369dd8a635c4c /code/api/src/IOL.GreatOffice.Api.csproj
parent04153710828a9016feb82ebd01e8914b9bb59b4d (diff)
downloadgreatoffice-76004edc90fad76a874ce4c4b51a86c5a4ec1de7.tar.xz
greatoffice-76004edc90fad76a874ce4c4b51a86c5a4ec1de7.zip
refactor: Do swashbuckle setup of pagination props ourselves
Diffstat (limited to 'code/api/src/IOL.GreatOffice.Api.csproj')
-rw-r--r--code/api/src/IOL.GreatOffice.Api.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/api/src/IOL.GreatOffice.Api.csproj b/code/api/src/IOL.GreatOffice.Api.csproj
index 38f0799..287aef8 100644
--- a/code/api/src/IOL.GreatOffice.Api.csproj
+++ b/code/api/src/IOL.GreatOffice.Api.csproj
@@ -22,7 +22,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MR.AspNetCore.Pagination" Version="2.0.0" />
- <PackageReference Include="MR.AspNetCore.Pagination.Swashbuckle" Version="2.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.5.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />