From 91312891743b6f28ccc478797aa7de7d0998ffb6 Mon Sep 17 00:00:00 2001 From: Mark Seemann Date: Mon, 16 Oct 2023 14:09:54 +0200 Subject: [PATCH] Upgrade C# code to .NET 4.8.1 Support for the previous version, 4.5.2, [ended in Apr 26, 2022](https://learn.microsoft.com/lifecycle/products/microsoft-net-framework), and we can't expect younger developers (or older, for that matter!) to have that SDK installed. This commit upgrades to .NET 4.8.1, which is the most recent .NET Framework version. --- csharp/App.config | 6 +++--- csharp/csharp.csproj | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/csharp/App.config b/csharp/App.config index 88fa4027..5ab1a356 100644 --- a/csharp/App.config +++ b/csharp/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/csharp/csharp.csproj b/csharp/csharp.csproj index 58213647..58a60f4b 100644 --- a/csharp/csharp.csproj +++ b/csharp/csharp.csproj @@ -10,11 +10,12 @@ Properties csharp csharp - v4.5.2 + v4.8.1 512 true + AnyCPU