diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs | 1 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs b/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs index 6f86e20d..8fed7944 100644 --- a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs +++ b/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs | |||
@@ -5,6 +5,7 @@ namespace Example.Extension | |||
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using WixToolset.Extensibility; | 7 | using WixToolset.Extensibility; |
8 | using WixToolset.Extensibility.Data; | ||
8 | using WixToolset.Extensibility.Services; | 9 | using WixToolset.Extensibility.Services; |
9 | 10 | ||
10 | internal class ExamplePreprocessorExtensionAndCommandLine : BasePreprocessorExtension, IExtensionCommandLine | 11 | internal class ExamplePreprocessorExtensionAndCommandLine : BasePreprocessorExtension, IExtensionCommandLine |
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index 71e7dd68..516bd95c 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
@@ -64,8 +64,8 @@ | |||
64 | </ItemGroup> | 64 | </ItemGroup> |
65 | 65 | ||
66 | <ItemGroup> | 66 | <ItemGroup> |
67 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" /> | 67 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> |
68 | <PackageReference Include="xunit" Version="2.3.1" /> | 68 | <PackageReference Include="xunit" Version="2.4.0" /> |
69 | <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> | 69 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> |
70 | </ItemGroup> | 70 | </ItemGroup> |
71 | </Project> | 71 | </Project> |