You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Worker">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
<UserSecretsId>dotnet-hass_workstation_service-C65C2EBE-1977-4C24-AC6B-6921877E1390</UserSecretsId>
|
|
|
|
<RootNamespace>hass_workstation_service</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.10" />
|
|
|
|
<PackageReference Include="MQTTnet" Version="3.0.13" />
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
|
|
|
|
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|