Skip to content

Commit

Permalink
use Microsoft Sql instead of System Sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ormico committed Nov 27, 2023
1 parent fe617e8 commit 22aa192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Dapper;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using Microsoft.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
Expand Down

0 comments on commit 22aa192

Please sign in to comment.