Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9e342c7

Browse files
committed
Update TestConfig.cs
1 parent dbe649a commit 9e342c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ServiceStack.OrmLite.Tests.Setup/TestConfig.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
using System.Collections.Generic;
33
using System.ComponentModel;
44
using System.Data;
5+
using System.Data.Common;
6+
using System.Data.SqlClient;
7+
using System.IO;
58
using System.Linq;
9+
using ServiceStack.Text;
610

711
namespace ServiceStack.OrmLite.Tests
812
{

0 commit comments

Comments
 (0)