Some fixes

This commit is contained in:
2025-07-11 10:50:46 +02:00
parent 205246f79f
commit a49af51128
309 changed files with 389 additions and 1330 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>

View File

@@ -1,5 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Drab.LocalDb.Entities;