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

25 lines
818 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.1.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ln.type" Version="0.1.7-ci" />
<PackageReference Include="ln.logging" Version="1.0.2" />
<PackageReference Include="ln.json" Version="1.0.7" />
<PackageReference Include="ln.http" Version="0.4.1" />
<!--PackageReference Include="ln.http.api" Version="0.0.6-ci" /-->
<ProjectReference Include="../../ln.http.api/ln.http.api/ln.http.api.csproj" />
<ProjectReference Include="../ln.ethercat/ln.ethercat.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="www/**" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>