File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
ChinookDatabase/_T4Templates Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1414 <PackageReference Include =" MySql.Data" Version =" 8.3.0" />
1515 <PackageReference Include =" Npgsql" Version =" 8.0.3" />
1616 <PackageReference Include =" ODP.NetCore" Version =" 2.0.12" />
17- <PackageReference Include =" System.Data.SQLite" Version =" 1.0.118" />
17+ <PackageReference Include =" System.Data.SQLite" Version =" 1.0.119" />
18+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.9.0" />
1819 <PackageReference Include =" xunit" Version =" 2.6.6" />
1920 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6" >
2021 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 1111 ********************************************************************************/
1212using System . Data ;
1313using Xunit ;
14- using System . Data . SqlClient ;
14+ using Microsoft . Data . SqlClient ;
1515using Microsoft . Extensions . Configuration ;
1616
1717namespace ChinookDatabase . Test . DatabaseTests
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var options = new [] {
1313 Strategy = new SqlServerStrategy(),
1414 ConnectionClass = "SqlConnection",
1515 AdapterClass = "SqlDataAdapter",
16- Namespace = "System .Data.SqlClient",
16+ Namespace = "Microsoft .Data.SqlClient",
1717 ConnectionNames = new[] {"Chinook_SqlServer", "Chinook_SqlServer_AutoIncrement"}
1818 },
1919 new Option
Original file line number Diff line number Diff line change 4646//------------------------------------------------------------------------------
4747// <auto-generated>
4848// This code was generated by a tool.
49- // OS Version: <#= System.Environment.OSVersion #>
5049// Runtime Version: <#= System.Environment.Version #>
5150//
5251// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 2424//------------------------------------------------------------------------------
2525// <auto-generated>
2626// This code was generated by a tool.
27- // OS Version: Unix 15.6.1
2827// Runtime Version: 9.0.9
2928//
3029// Changes to this file may cause incorrect behavior and will be lost if
You can’t perform that action at this time.
0 commit comments