Adding first version of the api rewrite.

Removing many dependencies.
This commit is contained in:
2022-12-26 04:56:30 +01:00
parent c07a1c8ef3
commit bfcb895cb3
7 changed files with 364 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Makaretu.Dns.Multicast" Version="0.27.0" />
</ItemGroup>
</Project>