Skip to content

Commit

Permalink
Use Microsoft.Data.SqlClient instead of System.Data.SqlClient
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmarquezh committed Jul 3, 2024
1 parent 0f75948 commit 1d9b1fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// See the LICENSE and NOTICES files in the project root for more information.

using System.Data.Common;
using System.Data.SqlClient;
using EdFi.Common;
using EdFi.Ods.CodeGen.Models;
using EdFi.Ods.CodeGen.Providers;
using Microsoft.Data.SqlClient;
using Npgsql;

namespace EdFi.Ods.CodeGen.Database.DatabaseSchema
Expand Down

0 comments on commit 1d9b1fa

Please sign in to comment.