From 3b18a2b1d1f3c06b4b119e1c1384abfd094b6b44 Mon Sep 17 00:00:00 2001 From: Martin Zarate Date: Thu, 16 Nov 2023 10:48:35 -0500 Subject: [PATCH] update to .net framework 4.8 --- App.config | 2 +- PingoMeter.csproj | 2 +- Properties/Resources.Designer.cs | 2 +- Properties/Settings.Designer.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App.config b/App.config index d1428ad..4bfa005 100644 --- a/App.config +++ b/App.config @@ -1,6 +1,6 @@ - + diff --git a/PingoMeter.csproj b/PingoMeter.csproj index 88a3b16..83251b7 100644 --- a/PingoMeter.csproj +++ b/PingoMeter.csproj @@ -8,7 +8,7 @@ WinExe PingoMeter PingoMeter - v4.5 + v4.8 512 true diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index e0117b9..59114c3 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace PingoMeter.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", "15.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/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 1fa9b21..3e04c9f 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace PingoMeter.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));