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.csproj27
1 files changed, 20 insertions, 7 deletions
diff --git a/api/WhatApi/WhatApi.csproj b/api/WhatApi/WhatApi.csproj
index 84dac71..c97c55e 100644
--- a/api/WhatApi/WhatApi.csproj
+++ b/api/WhatApi/WhatApi.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
@@ -15,20 +15,33 @@
</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">
+ <PackageReference Include="Bogus" Version="35.6.5" />
+ <PackageReference Include="Bogus.Locations" Version="35.6.5" />
+ <PackageReference Include="Fluid.Core" Version="3.0.0-beta.2" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
<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" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="10.0.0" />
+ <PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="files\" />
</ItemGroup>
+ <ItemGroup>
+ <None Remove="Templates\web_login.liquid" />
+ <Resource Include="Templates\web_map.liquid">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Resource>
+ <None Remove="Templates\web_upload.liquid" />
+ <Resource Include="Templates\web_upload.liquid">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Resource>
+ </ItemGroup>
+
</Project>