Add project files.

This commit is contained in:
2024-07-03 17:42:12 +01:00
parent 0b545a0953
commit 9830a2d849
46 changed files with 1228 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>