Remove PlatfromTarget from the csproj files so that the project can run on arm64

This commit is contained in:
Daan Boerlage 2021-12-18 17:09:48 +01:00
parent 0e5785e3a1
commit bdaf16f53f
Signed by: daan
GPG key ID: FCE070E1E4956606
6 changed files with 4 additions and 29 deletions

View file

@ -11,11 +11,7 @@
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Discord.Net" Version="2.4.0" />