18 lines
837 B
XML
18 lines
837 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<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>
|
|
<PackageTags>NDB hosting</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="2.2.0" />
|
|
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.5.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|