Remove x86 build limitation on test program

This commit is contained in:
Matt Nadareski
2022-05-14 14:37:52 -07:00
parent c0ad427b5e
commit dfff702e5d

View File

@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworks>net48;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputType>Exe</OutputType>
</PropertyGroup>