erp-platform/api/modules/Erp.Reports/Erp.Reports.Domain.Shared/Erp.Reports.Domain.Shared.csproj

16 lines
426 B
XML
Raw Normal View History

2026-01-06 11:33:39 +00:00
<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>