Downgrade patcher to .NET 4.5 from .NET 4.7

This commit is contained in:
2025-06-22 22:39:41 +02:00
parent 332c6460c7
commit 058d48196a
3 changed files with 18 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
</configuration>