Revert "feat:Downgrade to .NET Framework 4.6.2 project (#415)"

This reverts commit eb2f65e6e5.
This commit is contained in:
2026-04-05 10:52:45 +08:00
parent eb2f65e6e5
commit 25dc6a00d3
8 changed files with 19 additions and 20 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
</configuration>