Added DNS extension

This commit is contained in:
2025-07-10 10:15:46 +02:00
parent 29f6c4ae81
commit 8ae7681fc8
4 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\src\Extensions\Cloudflare.Dns\Cloudflare.Dns.csproj" />
</ItemGroup>
</Project>