spookie skel & premise

This commit is contained in:
femsci 2023-11-17 18:59:49 +01:00
parent 6fe2bbe130
commit a120753847
Signed by: femsci
GPG key ID: 08F7911F0E650C67
30 changed files with 1115 additions and 0 deletions

View file

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