Temporarily reverted ZuneHost to net35

This commit is contained in:
Yoshi Askharoun
2022-06-03 02:22:03 -05:00
parent 5ea2bfdc25
commit ac87c9bfcd
+1 -2
View File
@@ -2,11 +2,10 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net35</TargetFramework>
<Platforms>AnyCPU;x64;x86;ARM32</Platforms> <Platforms>AnyCPU;x64;x86;ARM32</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>