From 7f55b5b680f9b52da60354263af3493f0a4c5c79 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 23 Jul 2018 21:03:25 -0700 Subject: Integrate Core to Tools repro and Extensibility.Data namespace changes --- src/FindLocalWix.props | 4 ++-- .../WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 16 +++++++++------- src/wixext/WixToolset.Netfx.wixext.csproj | 2 +- src/wixlib/netfx.wixproj | 18 +++++++++--------- src/wixlib/packages.config | 6 +++--- 5 files changed, 24 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props index c33939ea..ed0112ce 100644 --- a/src/FindLocalWix.props +++ b/src/FindLocalWix.props @@ -3,8 +3,8 @@ - $(MSBuildThisFileDirectory)..\..\Core\build\Debug\net461\wix.targets + $(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets - $(MSBuildThisFileDirectory)..\..\Util.wixext\build\Debug\netstandard2.0\WixToolset.Util.wixext.dll + $(MSBuildThisFileDirectory)..\..\Util.wixext\build\Debug\netstandard2.0\WixToolset.Util.wixext.dll diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 45429574..ec9f79b6 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj @@ -1,9 +1,9 @@ - + - netcoreapp2.0 + netcoreapp2.1 false @@ -23,9 +23,11 @@ - - + + + + @@ -33,8 +35,8 @@ - - - + + + diff --git a/src/wixext/WixToolset.Netfx.wixext.csproj b/src/wixext/WixToolset.Netfx.wixext.csproj index d925e348..f18de385 100644 --- a/src/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/wixext/WixToolset.Netfx.wixext.csproj @@ -30,6 +30,6 @@ - + diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index dd33150d..2f7c2d0c 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj @@ -1,7 +1,7 @@ - - + + {45e4a6ac-3190-4e17-83f0-9935ffa5dc2b} @@ -38,16 +38,16 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + - - - \ No newline at end of file + + + diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index c2f8d8f7..e781f56c 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,6 +1,6 @@  - - - + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb