Continue with implementing QCue

This commit is contained in:
Joel Wetzell
2020-06-13 17:31:02 -05:00
parent befb8a5534
commit f80d1e2ee9
7 changed files with 270 additions and 108 deletions
+3
View File
@@ -2,9 +2,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Joel Wetzell</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Zeroconf" Version="3.3.16" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>