netmash/NDB.Hosting.WindowsService/NDB.Hosting.WindowsService....

13 lines
339 B
XML
Raw Normal View History

2019-10-10 01:40:32 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
2019-10-10 01:45:29 +03:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="2.2.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.5.0" />
</ItemGroup>
2019-10-10 01:40:32 +03:00
</Project>