ln.ethercat/ln.ethercat.service/ln.ethercat.service.csproj

19 lines
591 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ln.type" Version="0.1.7-ci" />
<PackageReference Include="ln.logging" Version="1.0" />
<PackageReference Include="ln.json" Version="1.0.3" />
<PackageReference Include="ln.http" Version="0.3.0" />
<PackageReference Include="ln.http.api" Version="0.0.5" />
<ProjectReference Include="../ln.ethercat/ln.ethercat.csproj" />
</ItemGroup>
</Project>