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

25 lines
818 B
XML
Raw Normal View History

2020-12-16 09:29:40 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.1.1</Version>
2020-12-16 09:29:40 +01:00
</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" />
2020-12-16 09:29:40 +01:00
<ProjectReference Include="../ln.ethercat/ln.ethercat.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="www/**" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
2020-12-16 09:29:40 +01:00
</Project>