You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HightWay_AirPot_WCS/SlnMesnac.TouchSocket/SlnMesnac.TouchSocket.csproj

20 lines
602 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket" Version="2.0.17" />
<PackageReference Include="TouchSocket.WebApi" Version="2.0.17" />
<PackageReference Include="TouchSocket.WebApi.Swagger" Version="2.0.17" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SlnMesnac.Model\SlnMesnac.Model.csproj" />
<ProjectReference Include="..\SlnMesnac.Serilog\SlnMesnac.Serilog.csproj" />
</ItemGroup>
</Project>