Remove PlatfromTarget from the csproj files so that the project can run on arm64
This commit is contained in:
parent
0e5785e3a1
commit
bdaf16f53f
6 changed files with 4 additions and 29 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue