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/WixToolset.Core.Native/WixToolset.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/WixToolset.Core.Native/WixToolset.Core.Native.csproj')
| -rw-r--r-- | src/WixToolset.Core.Native/WixToolset.Core.Native.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj index e2431fef..c93ff5bc 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | </PropertyGroup> | 9 | </PropertyGroup> |
| 10 | 10 | ||
| 11 | <ItemGroup> | 11 | <ItemGroup> |
| 12 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All" /> | 12 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" /> |
| 13 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> | 13 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> |
| 14 | </ItemGroup> | 14 | </ItemGroup> |
| 15 | 15 | ||
