Updated ZuneHost to net48

This commit is contained in:
Yoshi Askharoun
2022-06-03 02:29:40 -05:00
parent e18dd852b6
commit fd00f8cdc7
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net35</TargetFramework>
<TargetFramework>net48</TargetFramework>
<Platforms>AnyCPU;x64;x86;ARM32</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>