diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:34:59 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:34:59 -0700 |
commit | a2a077835e1a1e91a622015665ad0c92f416039d (patch) | |
tree | e2cf28625938daff6da337c55d30acda93c55723 /src/wixext | |
parent | 12872c0066bad5740f5bbc7165b84a8bff1b002a (diff) | |
download | wix-a2a077835e1a1e91a622015665ad0c92f416039d.tar.gz wix-a2a077835e1a1e91a622015665ad0c92f416039d.tar.bz2 wix-a2a077835e1a1e91a622015665ad0c92f416039d.zip |
Integrate Core to Tools repro and Extensibility.Data namespace changes
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/UtilCompiler.cs | 1 | ||||
-rw-r--r-- | src/wixext/WixToolset.Util.wixext.csproj | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/wixext/UtilCompiler.cs b/src/wixext/UtilCompiler.cs index 59b36d1c..3522d1fb 100644 --- a/src/wixext/UtilCompiler.cs +++ b/src/wixext/UtilCompiler.cs | |||
@@ -12,6 +12,7 @@ namespace WixToolset.Util | |||
12 | using System.Xml.Linq; | 12 | using System.Xml.Linq; |
13 | using WixToolset.Data; | 13 | using WixToolset.Data; |
14 | using WixToolset.Extensibility; | 14 | using WixToolset.Extensibility; |
15 | using WixToolset.Extensibility.Data; | ||
15 | 16 | ||
16 | /// <summary> | 17 | /// <summary> |
17 | /// The compiler for the WiX Toolset Utility Extension. | 18 | /// The compiler for the WiX Toolset Utility Extension. |
diff --git a/src/wixext/WixToolset.Util.wixext.csproj b/src/wixext/WixToolset.Util.wixext.csproj index 23fa2cd0..553ae43a 100644 --- a/src/wixext/WixToolset.Util.wixext.csproj +++ b/src/wixext/WixToolset.Util.wixext.csproj | |||
@@ -31,6 +31,6 @@ | |||
31 | </ItemGroup> | 31 | </ItemGroup> |
32 | 32 | ||
33 | <ItemGroup> | 33 | <ItemGroup> |
34 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" /> | 34 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> |
35 | </ItemGroup> | 35 | </ItemGroup> |
36 | </Project> | 36 | </Project> |