Remove forgotten platform target specifier from Startup.csproj

This commit is contained in:
Daan Boerlage 2021-12-27 21:55:44 +08:00
parent 2fe8e2fa4f
commit 3fa8fac867
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -27,10 +27,6 @@
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Bot\Bot.csproj" /> <ProjectReference Include="..\Bot\Bot.csproj" />
<ProjectReference Include="..\Core\Core.csproj" /> <ProjectReference Include="..\Core\Core.csproj" />