Merge pull request #53 from P3D-Legacy/update-net-framework

Updated to .net 4.6 to fix SSL/TLS issues
This commit is contained in:
darkfire006 2021-01-20 14:23:14 -06:00 committed by GitHub
commit 6dda29be1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration>

View File

@ -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.