diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index b5c15ee374f294b024dafcff8b53eaa67ab906f0..183c44235832e8b72c362aad2d7f78fb0319133e 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -69,7 +69,7 @@ <Choose> <!-- Under Windows, automatically copy the C core library to output dir. Under Monodevelop it's not supported so it has no effect. --> - <When Condition=" '$(Platform)' == 'x86' "> + <When Condition=" '$(Platform)' == 'AnyCPU' "> <ItemGroup> <Content Include="..\..\..\vsprojects\vs2013\Debug\grpc_csharp_ext.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>