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

26 lines
871 B
XML
Raw Permalink Normal View History

2020-12-16 09:29:40 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-04-14 10:02:35 +02:00
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2020-12-16 09:29:40 +01:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2021-04-14 10:02:35 +02:00
<Version>0.1.2</Version>
2020-12-16 09:29:40 +01:00
</PropertyGroup>
<ItemGroup>
2021-04-14 10:02:35 +02:00
<PackageReference Include="ln.type" Version="0.1.7" />
<PackageReference Include="ln.logging" Version="1.0.2" />
<PackageReference Include="ln.json" Version="1.0.7" />
<PackageReference Include="ln.http" Version="0.4.1" />
2021-04-14 10:02:35 +02:00
<PackageReference Include="ln.http.api" Version="0.0.6" />
<!--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>