mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
Migrate to Microsoft.Data.SqlClient (#2548)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using Bit.Core.Entities;
|
||||
using Bit.Core.Repositories;
|
||||
using Dapper;
|
||||
using Microsoft.Data.SqlClient;
|
||||
|
||||
namespace Bit.Infrastructure.Dapper.Repositories;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user