Uecko_ERP/tools/fastreport-cli/FastReportCliGenerator.csproj

25 lines
815 B
XML
Raw Normal View History

2026-01-08 12:09:24 +00:00
<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>
2026-01-13 13:36:37 +00:00
<Version>1.1</Version>
2026-01-13 18:41:14 +00:00
<AssemblyVersion>1.1.0.9</AssemblyVersion>
<FileVersion>1.1.0.9</FileVersion>
2026-01-08 12:09:24 +00:00
</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>