Files
Aaru.Server/Aaru.Server.Api/Aaru.Server.Api.csproj
2025-04-27 11:28:51 +01:00

12 lines
318 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<!-- <PublishAot>true</PublishAot> -->
</PropertyGroup>
</Project>