Remove AnyCPU as a platform again. Can't use it due to dependency on native C++ lib dependencies.

This commit is contained in:
Cinder
2022-01-04 09:14:31 -06:00
parent bbaf1a225d
commit c8bd1c496e
16 changed files with 15 additions and 115 deletions

View File

@@ -6,7 +6,7 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\..\bin\</OutputPath>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Platforms>x64;x86</Platforms>
<IsTool>true</IsTool>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>