Files
lux/Lux.API/Lux.API.csproj
T
2025-07-12 10:36:35 +02:00

19 lines
470 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lux.Core\Lux.Core.csproj" />
<ProjectReference Include="..\Lux.Data\Lux.Data.csproj" />
</ItemGroup>
</Project>