Skip to content

Commit 6c0b80a

Browse files
committed
Update Microsoft.Data.SqlClient to 2.1.2
1 parent 61f4c03 commit 6c0b80a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

DirectSQL/DatabaseDictionary.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace DirectSQL
8+
{
9+
internal class DatabaseDictionary
10+
{
11+
}
12+
}

DirectSQL/DirectSQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This .NET library is very thin database framework on top of System.Data.</Descri
1717
<PackageReference Include="MySql.Data" Version="8.0.13" />
1818
<PackageReference Include="Npgsql" Version="4.0.3" />
1919
<PackageReference Include="System.Data.Odbc" Version="4.5.0" />
20-
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.0" />
20+
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.2" />
2121
<PackageReference Include="System.Data.SQLite.Core.MSIL" Version="1.0.109" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)