change Name

This commit is contained in:
Henry Trumme
2025-04-14 22:16:47 +02:00
parent 9703ecf154
commit 22836a4267
34 changed files with 892 additions and 0 deletions

9
WatchLog/WatchLog.csproj Normal file
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>