From 10606d41ab46c4b6420e49e9722d03fecdcc7d63 Mon Sep 17 00:00:00 2001 From: Steffen Date: Thu, 29 Dec 2022 20:57:51 +0100 Subject: [PATCH] Update to run .NET Framework version 4.7 Example fails when running .NET version 4 --- .../Api-ng-sample-code/Api-ng-sample-code.csproj | 12 +++++++++--- .../Api-ng-sample-code/Api-ng-sample-code/app.config | 3 +++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 cSharp/Api-ng-sample-code/Api-ng-sample-code/app.config diff --git a/cSharp/Api-ng-sample-code/Api-ng-sample-code/Api-ng-sample-code.csproj b/cSharp/Api-ng-sample-code/Api-ng-sample-code/Api-ng-sample-code.csproj index 5ff472f..d4de512 100644 --- a/cSharp/Api-ng-sample-code/Api-ng-sample-code/Api-ng-sample-code.csproj +++ b/cSharp/Api-ng-sample-code/Api-ng-sample-code/Api-ng-sample-code.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties Api_ng_sample_code Api-ng-sample-code - v4.0 - Client + v4.8 + + 512 publish\ true @@ -38,6 +39,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -47,6 +49,7 @@ TRACE prompt 4 + false Api_ng_sample_code.Program @@ -173,6 +176,9 @@ true + + +