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

18 lines
837 B
XML
Raw Normal View History

2019-10-10 01:40:32 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2019-10-10 02:31:03 +03:00
<PackageProjectUrl>https://dev.azure.com/tstanciu94/NDB</PackageProjectUrl>
<Description>.NET Core hosting infrastructure and startup logic for console applications running within a Windows service.</Description>
<RepositoryUrl>https://dev.azure.com/tstanciu94/_git/NDB</RepositoryUrl>
<PackageReleaseNotes>.NET Core hosting infrastructure and startup logic for console applications running within a Windows service.</PackageReleaseNotes>
2019-10-29 00:21:44 +02:00
<PackageTags>NDB hosting</PackageTags>
2019-10-10 01:40:32 +03:00
</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>