Files
rmutr_report/rmutr_report.csproj
kamonwan taengsuk f1d1c166bf
All checks were successful
continuous-integration/drone/push Build is passing
Bug Fixed
2025-03-20 11:57:56 +07:00

18 lines
633 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.96.0" />
<PackageReference Include="EPPlus" Version="7.2.2" />
<PackageReference Include="FastReport.Core" Version="2021.3.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
</ItemGroup>
</Project>