Files
QYZH.InteractiveMagazine/QYZH.InteractiveMagazine.Common/QYZH.InteractiveMagazine.Common.csproj

15 lines
370 B
XML
Raw Normal View History

2026-06-01 13:42:40 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="AutoMapper" Version="16.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>