aboutsummaryrefslogtreecommitdiffstats
path: root/src/IOL.WebApi.Template.csproj
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-04-25 00:10:17 +0200
committerivarlovlie <git@ivarlovlie.no>2021-04-25 00:10:17 +0200
commit4322330745d18bb28f7deee1a54ae3c748645d92 (patch)
treee533be4f7630fc4eb53457c0566ab93ec41995a2 /src/IOL.WebApi.Template.csproj
downloaddotnet-webapi-template-4322330745d18bb28f7deee1a54ae3c748645d92.tar.xz
dotnet-webapi-template-4322330745d18bb28f7deee1a54ae3c748645d92.zip
Initial commit
Diffstat (limited to 'src/IOL.WebApi.Template.csproj')
-rw-r--r--src/IOL.WebApi.Template.csproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/IOL.WebApi.Template.csproj b/src/IOL.WebApi.Template.csproj
new file mode 100644
index 0000000..5fc7513
--- /dev/null
+++ b/src/IOL.WebApi.Template.csproj
@@ -0,0 +1,18 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="EFCore.NamingConventions" Version="5.0.2" />
+ <PackageReference Include="IOL.Helpers" Version="1.0.4" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.5">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.5.1" />
+ <PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
+ </ItemGroup>
+
+</Project>