diff --git a/src/MachinaBridge/App.config b/src/MachinaBridge/App.config index bae5d6d..5ab1a35 100644 --- a/src/MachinaBridge/App.config +++ b/src/MachinaBridge/App.config @@ -1,6 +1,6 @@ - + diff --git a/src/MachinaBridge/MachinaBridge.csproj b/src/MachinaBridge/MachinaBridge.csproj index a189424..28e7822 100644 --- a/src/MachinaBridge/MachinaBridge.csproj +++ b/src/MachinaBridge/MachinaBridge.csproj @@ -9,7 +9,7 @@ Properties MachinaBridge MachinaBridge - v4.6.1 + v4.8.1 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 @@ -43,6 +43,9 @@ ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll True + + ..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll + diff --git a/src/MachinaBridge/Properties/Resources.Designer.cs b/src/MachinaBridge/Properties/Resources.Designer.cs index d652b3c..4fef129 100644 --- a/src/MachinaBridge/Properties/Resources.Designer.cs +++ b/src/MachinaBridge/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace MachinaBridge.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/src/MachinaBridge/Properties/Settings.Designer.cs b/src/MachinaBridge/Properties/Settings.Designer.cs index cf212c1..de39397 100644 --- a/src/MachinaBridge/Properties/Settings.Designer.cs +++ b/src/MachinaBridge/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace MachinaBridge.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/src/MachinaBridge/packages.config b/src/MachinaBridge/packages.config index 2d42ac1..6a4bc75 100644 --- a/src/MachinaBridge/packages.config +++ b/src/MachinaBridge/packages.config @@ -1,5 +1,6 @@  + \ No newline at end of file