You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup>
<ItemGroup> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="System.Drawing.Common" Version="6.0.0" /> </ItemGroup>
<ItemGroup> <Reference Include="FastReport"> <HintPath>..\..\..\..\SoftWare\FastReport.Net_FastReport.Core_v2022.3.9_Downloadly.ir\FastReport.Net & FastReport.Core v2022.3.9\FastReport.Core v2022.3.9\netcoreapp3.1\FastReport.dll</HintPath> </Reference> </ItemGroup>
</Project>
|