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.
18 lines
553 B
XML
18 lines
553 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="TouchSocket" Version="1.3.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ems.CollectService.Analysis\Ems.CollectService.Analysis.csproj" />
|
|
<ProjectReference Include="..\Ems.CollectService.Common\Ems.CollectService.Common.csproj" />
|
|
<ProjectReference Include="..\Ems.CollectService.Redis\Ems.CollectService.Redis.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|