1
0

Removing .NET Core 3.1 support

This commit is contained in:
2023-08-01 08:00:45 +02:00
parent cb133aea0c
commit 7469583ed4
13 changed files with 34 additions and 93 deletions

View File

@@ -1,6 +1,4 @@
#if NET6_0_OR_GREATER
using System;
using System;
using AMWD.Common.EntityFrameworkCore.Converters;
using Microsoft.EntityFrameworkCore;
@@ -39,5 +37,3 @@ namespace AMWD.Common.EntityFrameworkCore.Extensions
}
}
}
#endif