From b8c2c14a4dcd499efbc1a4740eb0bb786d1f8c60 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Jun 2020 14:36:58 -0700 Subject: Build wixlib with WixToolset.Sdk --- global.json | 5 +++++ src/wixlib/http.wixproj | 36 ++++++------------------------------ src/wixlib/packages.config | 5 ----- 3 files changed, 11 insertions(+), 35 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 00000000..7a995d0a --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "WixToolset.Sdk": "4.0.0-build-0143" + } +} diff --git a/src/wixlib/http.wixproj b/src/wixlib/http.wixproj index b0bcd7cf..6c56808a 100644 --- a/src/wixlib/http.wixproj +++ b/src/wixlib/http.wixproj @@ -1,42 +1,18 @@ - - - - + + - {055C1517-4CED-4199-BCDE-A383E5C4EF78} - http Library true - true en-us - - - - - - + + - - httpca - {90743805-C043-47C7-B5FF-8F5EE5C8A2DE} - + - - - - - - - - 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 1e5a9850..00000000 --- a/src/wixlib/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb