mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
Migrate to Microsoft.Data.SqlClient (#2548)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using Bit.Core.Entities;
|
||||
using Bit.Core.Models.Data;
|
||||
using Bit.Core.Repositories;
|
||||
using Bit.Core.Settings;
|
||||
using Dapper;
|
||||
using Microsoft.Data.SqlClient;
|
||||
|
||||
namespace Bit.Infrastructure.Dapper.Repositories;
|
||||
|
||||
|
Reference in New Issue
Block a user