File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments