diff options
Diffstat (limited to 'src/ext/Http')
-rw-r--r-- | src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs | 4 | ||||
-rw-r--r-- | src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs b/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs index 40b49327..14b40bc8 100644 --- a/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs +++ b/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.Http | 3 | namespace WixToolsetTest.Http |
4 | { | 4 | { |
5 | using WixBuildTools.TestSupport; | 5 | using WixInternal.TestSupport; |
6 | using WixToolset.Core.TestPackage; | 6 | using WixInternal.Core.TestPackage; |
7 | using WixToolset.Http; | 7 | using WixToolset.Http; |
8 | using Xunit; | 8 | using Xunit; |
9 | 9 | ||
diff --git a/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj b/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj index df955ca3..b23ef481 100644 --- a/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj +++ b/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.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> |