123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" />
- <PackageReference Include="ServiceCenter" Version="1.0.0.6" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
- </ItemGroup>
- </Project>
|