From d95a3e33daea883bf7b05ef422d1d489270cc0d3 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 02:56:58 -0700 Subject: [PATCH] Build wixlib with WixToolset.Sdk --- global.json | 5 +++++ src/wixlib/dependency.wixproj | 38 +++++++---------------------------- src/wixlib/packages.config | 5 ----- 3 files changed, 12 insertions(+), 36 deletions(-) create mode 100644 global.json delete mode 100644 src/wixlib/packages.config diff --git a/global.json b/global.json new file mode 100644 index 0000000..7a995d0 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "WixToolset.Sdk": "4.0.0-build-0143" + } +} diff --git a/src/wixlib/dependency.wixproj b/src/wixlib/dependency.wixproj index 5c704f3..25e1331 100644 --- a/src/wixlib/dependency.wixproj +++ b/src/wixlib/dependency.wixproj @@ -1,43 +1,19 @@ - - - - + + - {58ED0EC8-73F8-4EE1-8664-A53486D38EC8} - dependency Library true - true - 1086 + en-us - - - - - - + + - - dependencyca - {B86AF46C-0F90-49CC-923F-A800B088D015} - + - - - - - - - - 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}. - - - - - + diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config deleted file mode 100644 index 1e5a985..0000000 --- a/src/wixlib/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file