Files
FA/BroseCumulativeReport/BroseCumulativeReport.csproj
Piotr Kus 2ea097f526
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
* Updated references
2026-01-19 20:37:23 +01:00

28 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="FaKrosnoEfDataModel" Version="2.0.1-alpha.0.166" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-preview.2.25163.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.2.25163.2" />
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="29.1.35" />
<PackageReference Include="SytelineSaAppEfDataModel" Version="2.0.1-alpha.0.166" />
</ItemGroup>
<ItemGroup>
<None Update="appSettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>