Moved DbContextOptionsExtensions to default EF namespace

This commit is contained in:
Koen Bekkenutte
2021-06-04 02:12:40 +08:00
parent 63400666e6
commit a3770cf62d
@@ -9,7 +9,7 @@ using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace EntityFrameworkCore.Projectables.Extensions
namespace Microsoft.EntityFrameworkCore
{
public static class DbContextOptionsExtensions
{