diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-14 11:27:44 -0500 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-14 09:40:59 -0700 |
| commit | dad79129d26cfb12f0d8894d9189334fa982b823 (patch) | |
| tree | 8ba6ed0bf7cb707eaf2a91f242b1a80089d7ace2 /src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | |
| parent | 3ccd5e439da4296d6f2b66ce47075ab20d039676 (diff) | |
| download | wix-dad79129d26cfb12f0d8894d9189334fa982b823.tar.gz wix-dad79129d26cfb12f0d8894d9189334fa982b823.tar.bz2 wix-dad79129d26cfb12f0d8894d9189334fa982b823.zip | |
Remove references to Core from backends.
#6340
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs index 640322e6..b587e6d9 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | |||
| @@ -6,7 +6,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
| 7 | using System.Globalization; | 7 | using System.Globalization; |
| 8 | using System.IO; | 8 | using System.IO; |
| 9 | using WixToolset.Core.Bind; | ||
| 10 | using WixToolset.Data; | 9 | using WixToolset.Data; |
| 11 | using WixToolset.Data.Symbols; | 10 | using WixToolset.Data.Symbols; |
| 12 | using WixToolset.Extensibility.Data; | 11 | using WixToolset.Extensibility.Data; |
