Skip to content

Commit bb58430

Browse files
committed
Cleanup
1 parent 8a9d551 commit bb58430

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

QueryBuilder.Tests/MySql/MySqlExecutionTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Microsoft.Extensions.Configuration;
21
using MySql.Data.MySqlClient;
32
using SqlKata.Execution;
43
using SqlKata.Tests.Infrastructure;

QueryBuilder.Tests/QueryBuilder.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFrameworks>net8.0</TargetFrameworks>
44
<OutputType>Library</OutputType>
55
<IsPackable>false</IsPackable>
6+
<ImplicitUsings>enable</ImplicitUsings>
67
<RootNamespace>SqlKata.Tests</RootNamespace>
78
</PropertyGroup>
89
<ItemGroup>

0 commit comments

Comments
 (0)