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.
21 lines
807 B
XML
21 lines
807 B
XML
1 year ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Ems.CollectService.Common\Ems.CollectService.Common.csproj" />
|
||
|
<ProjectReference Include="..\Ems.CollectService.Entity\Ems.CollectService.Entity.csproj" />
|
||
|
<ProjectReference Include="..\Ems.CollectService.Redis\Ems.CollectService.Redis.csproj" />
|
||
|
<ProjectReference Include="..\Ems.CollectService.Timer\Ems.CollectService.Timer.csproj" />
|
||
|
<ProjectReference Include="..\Ems.CollectService.TouchSocket\Ems.CollectService.TouchSocket.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|