This commit is contained in:
2026-03-12 14:24:48 +01:00
commit 60100ec90c
26 changed files with 457 additions and 0 deletions

13
Knots/Knots.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8"/>
</ItemGroup>
</Project>