* Added project types

This commit is contained in:
2026-01-02 22:04:39 +01:00
parent 8defd33651
commit aa1bd5167e
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ProjectType>Blazor</ProjectType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>