Files
lux/Lux.Report.Server/Lux.Report.Server.csproj
T

30 lines
620 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog.Web.AspNetCore" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lux.Report.Data\Lux.Report.Data.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="unsafe_upload\" />
</ItemGroup>
</Project>