erp-platform/api/modules/Erp.Reports/Erp.Reports.Domain.Shared/Erp.Reports.Domain.Shared.csproj
2026-01-06 14:33:39 +03:00

15 lines
426 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Erp.Reports</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Core" Version="9.0.2" />
<PackageReference Include="Volo.Abp.VirtualFileSystem" Version="9.0.2" />
</ItemGroup>
</Project>