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.
 
 
 
 
 
 

27 lines
1.2 KiB

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Win_in.Sfs.Print</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Win_in.Sfs.Print.Application.Contracts\Win_in.Sfs.Print.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GrapeCity.ActiveReports.Document" Version="15.2.7" />
<PackageReference Include="GrapeCity.ActiveReports.Export.Pdf" Version="15.2.7" />
<PackageReference Include="GrapeCity.ActiveReports.Web.Viewer" Version="15.2.7" />
<PackageReference Include="Quartz" Version="3.3.3" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="5.3.5" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="5.3.5" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="5.3.5" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="5.3.5" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="5.3.5" />
</ItemGroup>
</Project>