diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-08 14:04:05 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-08 14:08:34 -0700 |
| commit | 26b1860dcd8a84b410ab5cd3df7e37104e6ee1b1 (patch) | |
| tree | b8723a77f5f4dea52f74ce66ac40d14e5b0fe68d /src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj | |
| parent | cffb36e86c2993b43ac5bdbded4af063c2963a4f (diff) | |
| download | wix-26b1860dcd8a84b410ab5cd3df7e37104e6ee1b1.tar.gz wix-26b1860dcd8a84b410ab5cd3df7e37104e6ee1b1.tar.bz2 wix-26b1860dcd8a84b410ab5cd3df7e37104e6ee1b1.zip | |
Remove MSI interop from Core.Native
Diffstat (limited to 'src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj b/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj index 4e02073e..47396ead 100644 --- a/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj +++ b/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | <ItemGroup> | 19 | <ItemGroup> |
| 20 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> | 20 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> |
| 21 | <PackageReference Include="xunit" Version="2.4.0" /> | 21 | <PackageReference Include="xunit" Version="2.4.1" /> |
| 22 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> | 22 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
