GlobalEntities now can be added not nice but added

This commit is contained in:
2025-11-18 23:59:26 +01:00
parent 70587b2af6
commit d1c52f05e8
11 changed files with 200 additions and 29 deletions

View File

@@ -1,9 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackAsTool>True</PackAsTool>
</PropertyGroup>
<ItemGroup>