From 0d21d619788c146dc32fced5350ac955bacd7c17 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 5 May 2021 17:54:39 -0500 Subject: Update WixBA to Mba.Core 4.0.13. --- src/WixToolset.WixBA/InstallationViewModel.cs | 1 - src/WixToolset.WixBA/Model.cs | 1 - src/WixToolset.WixBA/ProgressViewModel.cs | 1 - src/WixToolset.WixBA/RootViewModel.cs | 2 +- src/WixToolset.WixBA/UpdateViewModel.cs | 1 - src/WixToolset.WixBA/WixBA.BootstrapperCore.config | 4 ++-- src/WixToolset.WixBA/WixBA.cs | 1 - src/WixToolset.WixBA/WixBAFactory.cs | 1 - src/WixToolset.WixBA/WixToolset.WixBA.csproj | 7 +++---- src/WixToolset.WixBA/packages.config | 3 +-- 10 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/WixToolset.WixBA/InstallationViewModel.cs b/src/WixToolset.WixBA/InstallationViewModel.cs index b83f7012..1ccb2485 100644 --- a/src/WixToolset.WixBA/InstallationViewModel.cs +++ b/src/WixToolset.WixBA/InstallationViewModel.cs @@ -10,7 +10,6 @@ namespace WixToolset.WixBA using System.Windows; using System.Windows.Input; using IO = System.IO; - using WixToolset.BootstrapperCore; using WixToolset.Mba.Core; /// diff --git a/src/WixToolset.WixBA/Model.cs b/src/WixToolset.WixBA/Model.cs index 55a0f84d..02d329d4 100644 --- a/src/WixToolset.WixBA/Model.cs +++ b/src/WixToolset.WixBA/Model.cs @@ -5,7 +5,6 @@ namespace WixToolset.WixBA using System; using System.Collections.Generic; using System.Net; - using WixToolset.BootstrapperCore; using WixToolset.Mba.Core; /// diff --git a/src/WixToolset.WixBA/ProgressViewModel.cs b/src/WixToolset.WixBA/ProgressViewModel.cs index a2320498..081688ac 100644 --- a/src/WixToolset.WixBA/ProgressViewModel.cs +++ b/src/WixToolset.WixBA/ProgressViewModel.cs @@ -5,7 +5,6 @@ using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Text.RegularExpressions; -using WixToolset.BootstrapperCore; using WixToolset.Mba.Core; namespace WixToolset.WixBA diff --git a/src/WixToolset.WixBA/RootViewModel.cs b/src/WixToolset.WixBA/RootViewModel.cs index 4ca20bf5..8cff7274 100644 --- a/src/WixToolset.WixBA/RootViewModel.cs +++ b/src/WixToolset.WixBA/RootViewModel.cs @@ -6,7 +6,7 @@ namespace WixToolset.WixBA using System.Windows; using System.Windows.Input; using System.Windows.Threading; - using WixToolset.BootstrapperCore; + using WixToolset.Mba.Core; /// /// The errors returned from the engine diff --git a/src/WixToolset.WixBA/UpdateViewModel.cs b/src/WixToolset.WixBA/UpdateViewModel.cs index 4a97afec..445a9b1a 100644 --- a/src/WixToolset.WixBA/UpdateViewModel.cs +++ b/src/WixToolset.WixBA/UpdateViewModel.cs @@ -5,7 +5,6 @@ namespace WixToolset.WixBA using System; using System.ComponentModel; using System.Windows.Input; - using WixToolset.BootstrapperCore; using WixToolset.Mba.Core; /// diff --git a/src/WixToolset.WixBA/WixBA.BootstrapperCore.config b/src/WixToolset.WixBA/WixBA.BootstrapperCore.config index 21dc2efd..da8f8028 100644 --- a/src/WixToolset.WixBA/WixBA.BootstrapperCore.config +++ b/src/WixToolset.WixBA/WixBA.BootstrapperCore.config @@ -3,8 +3,8 @@ - -
+ +
diff --git a/src/WixToolset.WixBA/WixBA.cs b/src/WixToolset.WixBA/WixBA.cs index 509b70f7..2d680c7e 100644 --- a/src/WixToolset.WixBA/WixBA.cs +++ b/src/WixToolset.WixBA/WixBA.cs @@ -8,7 +8,6 @@ namespace WixToolset.WixBA using System.IO; using System.Net; using System.Text; - using WixToolset.BootstrapperCore; using WixToolset.Mba.Core; using Threading = System.Windows.Threading; diff --git a/src/WixToolset.WixBA/WixBAFactory.cs b/src/WixToolset.WixBA/WixBAFactory.cs index fa18d357..bc7368d1 100644 --- a/src/WixToolset.WixBA/WixBAFactory.cs +++ b/src/WixToolset.WixBA/WixBAFactory.cs @@ -2,7 +2,6 @@ namespace WixToolset.WixBA { - using WixToolset.BootstrapperCore; using WixToolset.Mba.Core; public class WixBAFactory : BaseBootstrapperApplicationFactory diff --git a/src/WixToolset.WixBA/WixToolset.WixBA.csproj b/src/WixToolset.WixBA/WixToolset.WixBA.csproj index 4cdaa002..a19f4db4 100644 --- a/src/WixToolset.WixBA/WixToolset.WixBA.csproj +++ b/src/WixToolset.WixBA/WixToolset.WixBA.csproj @@ -1,6 +1,7 @@ + {7C27518B-84AD-4679-8EF4-29DF552CF1AC} WixToolset.WixBA @@ -56,11 +57,8 @@ - - ..\..\packages\WixToolset.BootstrapperCore.4.0.8\lib\net20\WixToolset.BootstrapperCore.dll - - ..\..\packages\WixToolset.Mba.Core.4.0.9\lib\net20\WixToolset.Mba.Core.dll + ..\..\packages\WixToolset.Mba.Core.4.0.13\lib\net20\WixToolset.Mba.Core.dll @@ -76,5 +74,6 @@ 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/WixToolset.WixBA/packages.config b/src/WixToolset.WixBA/packages.config index 1dd9b27c..6679d624 100644 --- a/src/WixToolset.WixBA/packages.config +++ b/src/WixToolset.WixBA/packages.config @@ -1,6 +1,5 @@  - - + \ No newline at end of file -- cgit v1.2.3-55-g6feb