Fixing CI build

This commit is contained in:
2025-08-05 17:31:57 +02:00
parent 1309005b46
commit 90d8320abc
10 changed files with 64 additions and 36 deletions

View File

@@ -2,6 +2,12 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyOriginatorKeyFile>../../cloudflare-api.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/Cloudflare/Cloudflare.csproj" />
</ItemGroup>
</Project>