From 2816e91b3d9644e4573d77ec49d8db0d6de35d3c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 23 Jul 2018 21:16:59 -0700 Subject: Integrate Core to Tools repro and Extensibility.Data namespace changes --- nuget.config | 1 + src/FindLocalWix.props | 2 +- .../WixToolsetTest.VisualStudio.csproj | 16 +++++++++------- src/wixext/WixToolset.VisualStudio.wixext.csproj | 2 +- src/wixlib/packages.config | 4 ++-- src/wixlib/vs.wixproj | 12 ++++++------ 6 files changed, 20 insertions(+), 17 deletions(-) diff --git a/nuget.config b/nuget.config index bb8de141..aaee3228 100644 --- a/nuget.config +++ b/nuget.config @@ -9,6 +9,7 @@ + diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props index 1301b0e5..a784e352 100644 --- a/src/FindLocalWix.props +++ b/src/FindLocalWix.props @@ -3,6 +3,6 @@ - $(MSBuildThisFileDirectory)..\..\Core\build\Debug\net461\wix.targets + $(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets diff --git a/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj b/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj index c0d9ed81..0c7238fc 100644 --- a/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj +++ b/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj @@ -1,9 +1,9 @@ - + - netcoreapp2.0 + netcoreapp2.1 false @@ -23,9 +23,11 @@ - - + + + + @@ -33,8 +35,8 @@ - - - + + + diff --git a/src/wixext/WixToolset.VisualStudio.wixext.csproj b/src/wixext/WixToolset.VisualStudio.wixext.csproj index 57d5b0c8..a7702183 100644 --- a/src/wixext/WixToolset.VisualStudio.wixext.csproj +++ b/src/wixext/WixToolset.VisualStudio.wixext.csproj @@ -29,6 +29,6 @@ - + diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config index 4250845c..45e5c7b1 100644 --- a/src/wixlib/packages.config +++ b/src/wixlib/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/wixlib/vs.wixproj b/src/wixlib/vs.wixproj index 69b944ba..3cbd18e2 100644 --- a/src/wixlib/vs.wixproj +++ b/src/wixlib/vs.wixproj @@ -1,7 +1,7 @@ - - + + {14345C9D-8AF8-435A-BB1B-E067CE7EB321} @@ -44,14 +44,14 @@ - + 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 -- cgit v1.2.3-55-g6feb