From 9a115126cdd7dc9fc71c9e1921960941bcb0d19a Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Thu, 14 Jan 2021 14:52:04 +0100 Subject: [PATCH] Updated to .net 4.6 to fix SSL/TLS issues --- P3D/app.config | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/P3D/app.config b/P3D/app.config index c1479ddf6..da5f287f3 100644 --- a/P3D/app.config +++ b/P3D/app.config @@ -20,4 +20,4 @@ - + diff --git a/README.md b/README.md index e2a4255bd..d6d985d8d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ You are free to fork and redistribute the code under the [GNU GPLv3 license](htt # Build instructions (game) -The game is written in Visual Basic and was compiled targeting the .NET Framework 4.5 +The game is written in Visual Basic and was compiled targeting the .NET Framework 4.6 It is built using the MonoGame framework as graphics middleware.