summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/WhatApi.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/WhatApi.csproj')
-rw-r--r--api/WhatApi/WhatApi.csproj34
1 files changed, 34 insertions, 0 deletions
diff --git a/api/WhatApi/WhatApi.csproj b/api/WhatApi/WhatApi.csproj
new file mode 100644
index 0000000..84dac71
--- /dev/null
+++ b/api/WhatApi/WhatApi.csproj
@@ -0,0 +1,34 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net9.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
+ <UserSecretsId>5506c159-f534-4090-b80b-2703e1eb7f6c</UserSecretsId>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Content Include="..\.dockerignore">
+ <Link>.dockerignore</Link>
+ </Content>
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Bogus" Version="35.6.3" />
+ <PackageReference Include="Bogus.Locations" Version="35.6.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
+ <PackageReference Include="NetTopologySuite.IO.GeoJSON4STJ" Version="4.0.0" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="9.0.4" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="files\" />
+ </ItemGroup>
+
+</Project>