Files
Atomx/Atomx.Common/Atomx.Common.csproj
2025-12-14 18:27:21 +08:00

24 lines
556 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Utils\**" />
<EmbeddedResource Remove="Utils\**" />
<None Remove="Utils\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mapster.DependencyInjection" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Atomx.Utils\Atomx.Utils.csproj" />
</ItemGroup>
</Project>