Uecko_ERP/tools/fastreport-cli/FastReportCliGenerator.csproj
2026-01-13 14:36:37 +01:00

25 lines
815 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup>
<Version>1.1</Version>
<AssemblyVersion>1.1.0.8</AssemblyVersion>
<FileVersion>1.1.0.8</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FastReport.Data.Json" Version="2026.1.2" />
<PackageReference Include="FastReport.OpenSource" Version="2026.1.3" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2026.1.3" />
</ItemGroup>
</Project>