aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Sql')
-rw-r--r--src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs4
-rw-r--r--src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs b/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs
index aa9d7a1f..5576576d 100644
--- a/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs
+++ b/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs
@@ -3,8 +3,8 @@
3namespace WixToolsetTest.Sql 3namespace WixToolsetTest.Sql
4{ 4{
5 using System.Linq; 5 using System.Linq;
6 using WixBuildTools.TestSupport; 6 using WixInternal.TestSupport;
7 using WixToolset.Core.TestPackage; 7 using WixInternal.Core.TestPackage;
8 using WixToolset.Sql; 8 using WixToolset.Sql;
9 using Xunit; 9 using Xunit;
10 10
diff --git a/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj b/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj
index de502438..6c848683 100644
--- a/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj
+++ b/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj
@@ -16,6 +16,6 @@
16 </ItemGroup> 16 </ItemGroup>
17 17
18 <ItemGroup> 18 <ItemGroup>
19 <PackageReference Include="WixToolset.Core.TestPackage" /> 19 <PackageReference Include="WixInternal.Core.TestPackage" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> 21</Project>