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 Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace AMWD.Common.EntityFrameworkCore.Converters
@@ -24,5 +22,3 @@ namespace AMWD.Common.EntityFrameworkCore.Converters
{ }
}
}
#endif