From 86c5b81fa84e7fd23bdfef37e7668a0cbe4a273a Mon Sep 17 00:00:00 2001 From: Clemens Schotte Date: Wed, 3 Aug 2022 11:34:41 +0200 Subject: [PATCH] update to .net framework 4.8 --- .../SDSToolkitConsoleApp.Core.csproj | 2 +- .../SDSToolkitConsoleApp/SDSToolkitConsoleApp.csproj | 5 +++-- Samples/WPF/BingSDSTestApp/BingSDSTestApp.csproj | 6 ++---- Samples/WPF/BingSDSTestApp/Properties/Resources.Designer.cs | 2 +- Samples/WPF/BingSDSTestApp/Properties/Settings.Designer.cs | 2 +- .../BingMapsSDSToolkit.Standard.csproj | 4 ++-- 6 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Samples/Console/SDSToolkitConsoleApp.Core/SDSToolkitConsoleApp.Core.csproj b/Samples/Console/SDSToolkitConsoleApp.Core/SDSToolkitConsoleApp.Core.csproj index 06e59a4..8cfc2fb 100644 --- a/Samples/Console/SDSToolkitConsoleApp.Core/SDSToolkitConsoleApp.Core.csproj +++ b/Samples/Console/SDSToolkitConsoleApp.Core/SDSToolkitConsoleApp.Core.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net6.0 diff --git a/Samples/Console/SDSToolkitConsoleApp/SDSToolkitConsoleApp.csproj b/Samples/Console/SDSToolkitConsoleApp/SDSToolkitConsoleApp.csproj index 0c70d80..3d71ca7 100644 --- a/Samples/Console/SDSToolkitConsoleApp/SDSToolkitConsoleApp.csproj +++ b/Samples/Console/SDSToolkitConsoleApp/SDSToolkitConsoleApp.csproj @@ -8,11 +8,12 @@ Exe SDSToolkitConsoleApp SDSToolkitConsoleApp - v4.5.2 + v4.8 512 true + AnyCPU @@ -50,7 +51,7 @@ - + diff --git a/Samples/WPF/BingSDSTestApp/BingSDSTestApp.csproj b/Samples/WPF/BingSDSTestApp/BingSDSTestApp.csproj index d171d22..5451dac 100644 --- a/Samples/WPF/BingSDSTestApp/BingSDSTestApp.csproj +++ b/Samples/WPF/BingSDSTestApp/BingSDSTestApp.csproj @@ -9,7 +9,7 @@ Properties BingSDSTestApp BingSDSTestApp - v4.6 + v4.8 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 @@ -128,9 +128,7 @@ ResXFileCodeGenerator Resources.Designer.cs - - Designer - + SettingsSingleFileGenerator diff --git a/Samples/WPF/BingSDSTestApp/Properties/Resources.Designer.cs b/Samples/WPF/BingSDSTestApp/Properties/Resources.Designer.cs index 6e49344..9395f12 100644 --- a/Samples/WPF/BingSDSTestApp/Properties/Resources.Designer.cs +++ b/Samples/WPF/BingSDSTestApp/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace BingSDSTestApp.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/Samples/WPF/BingSDSTestApp/Properties/Settings.Designer.cs b/Samples/WPF/BingSDSTestApp/Properties/Settings.Designer.cs index e63bf6c..575f048 100644 --- a/Samples/WPF/BingSDSTestApp/Properties/Settings.Designer.cs +++ b/Samples/WPF/BingSDSTestApp/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace BingSDSTestApp.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.2.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/Source/BingMapsSDSToolkit.Standard/BingMapsSDSToolkit.Standard.csproj b/Source/BingMapsSDSToolkit.Standard/BingMapsSDSToolkit.Standard.csproj index f71ed2c..1bd7066 100644 --- a/Source/BingMapsSDSToolkit.Standard/BingMapsSDSToolkit.Standard.csproj +++ b/Source/BingMapsSDSToolkit.Standard/BingMapsSDSToolkit.Standard.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.1 BingMapsSDSToolkit BingMapsSDSToolkit 1.0.5 @@ -109,7 +109,7 @@ - +