aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/IOL.GreatOffice.Api.csproj
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-24 06:29:23 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-24 06:29:23 +0200
commit585c5c8537eb21dfc9f16108548e63d9ced3d971 (patch)
tree1582bc45dcab585ec7204f1570019b2ca8de36c5 /code/api/src/IOL.GreatOffice.Api.csproj
parent4b42c5235482fe0d3811b4e2936614c79e20d970 (diff)
downloadgreatoffice-585c5c8537eb21dfc9f16108548e63d9ced3d971.tar.xz
greatoffice-585c5c8537eb21dfc9f16108548e63d9ced3d971.zip
feat: Before move to FastEndpoints
Diffstat (limited to 'code/api/src/IOL.GreatOffice.Api.csproj')
-rw-r--r--code/api/src/IOL.GreatOffice.Api.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/code/api/src/IOL.GreatOffice.Api.csproj b/code/api/src/IOL.GreatOffice.Api.csproj
index 1ffa04b..bb8c122 100644
--- a/code/api/src/IOL.GreatOffice.Api.csproj
+++ b/code/api/src/IOL.GreatOffice.Api.csproj
@@ -13,6 +13,7 @@
<PackageReference Include="Duende.IdentityServer" Version="6.1.2" />
<PackageReference Include="Duende.IdentityServer.EntityFramework.Storage" Version="6.1.2" />
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0" />
+ <PackageReference Include="FastEndpoints" Version="5.2.1" />
<PackageReference Include="IOL.Helpers" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="6.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
@@ -24,7 +25,6 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.6" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.4.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />
- <PackageReference Include="Serilog.Expressions" Version="3.4.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.1.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.4.0" />
@@ -50,4 +50,8 @@
</Content>
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="Resources" />
+ </ItemGroup>
+
</Project>