DocumentViewer: Changed .Net Version to 4.8

This commit is contained in:
2023-01-20 12:24:59 +01:00
parent f763ac6f49
commit 4984277246
4 changed files with 7 additions and 6 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.6.1" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
</configuration>