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>
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<Authors>Sleevezipper</Authors>
|
|
|
|
<RepositoryUrl>https://github.com/sleevezipper/hass-workstation-service</RepositoryUrl>
|
|
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
|
|
<AssemblyVersion>1.0.*</AssemblyVersion>
|
|
|
|
<Deterministic>false</Deterministic>
|
|
|
|
<ApplicationIcon>hass-workstation-logo.ico</ApplicationIcon>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.10" />
|
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
|
|
|
<PackageReference Include="MQTTnet" Version="3.0.13" />
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|