servicepoint-tanks/tanks-backend/TanksServer/TanksServer.csproj

20 lines
611 B
XML
Raw Normal View History

2024-04-21 12:38:03 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="../shared.props" />
<PropertyGroup>
<PublishAot>true</PublishAot>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0"/>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4"/>
<ProjectReference Include="../DisplayCommands/DisplayCommands.csproj"/>
</ItemGroup>
<ItemGroup>
2024-04-21 14:34:45 +02:00
<None Include="./assets/**" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always"/>
2024-04-21 12:38:03 +02:00
</ItemGroup>
</Project>