From 7d9a3cd50b816041804ef2cc17c8971f1c3593ab Mon Sep 17 00:00:00 2001 From: Arastoo Khajehee <64447672+Arastookhajehee@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:27:09 +0900 Subject: [PATCH 1/2] target upgraded to .NetFramework4.8.1 --- src/MachinaBridge/App.config | 2 +- src/MachinaBridge/MachinaBridge.csproj | 2 +- src/MachinaBridge/Properties/Resources.Designer.cs | 2 +- src/MachinaBridge/Properties/Settings.Designer.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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..0e88263 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 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()))); From c0ff4d25cba0b698be277011688ca0d2a8cbed8a Mon Sep 17 00:00:00 2001 From: Arastoo Khajehee <64447672+Arastookhajehee@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:55:51 +0900 Subject: [PATCH 2/2] added Newtonsoft.Json for net481 --- src/MachinaBridge/MachinaBridge.csproj | 3 +++ src/MachinaBridge/packages.config | 1 + 2 files changed, 4 insertions(+) diff --git a/src/MachinaBridge/MachinaBridge.csproj b/src/MachinaBridge/MachinaBridge.csproj index 0e88263..28e7822 100644 --- a/src/MachinaBridge/MachinaBridge.csproj +++ b/src/MachinaBridge/MachinaBridge.csproj @@ -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/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