Infrastructure/Utils.Web/Utils.Web.csproj

14 lines
311 B
XML
Raw Normal View History

2025-05-13 15:18:14 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-05-14 14:37:47 +08:00
<TargetFramework>net8.0</TargetFramework>
2025-05-13 15:18:14 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
</ItemGroup>
</Project>