mmartell commented on a change in pull request #823:
URL: https://github.com/apache/geode-native/pull/823#discussion_r658014419



##########
File path: netcore/NetCore/NetCore.csproj
##########
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+    <PropertyGroup>
+        <TargetFramework>netcoreapp3.1</TargetFramework>
+        <RootNamespace>Apache.Geode.NetCore</RootNamespace>
+        <AssemblyName>Apache.Geode.NetCore</AssemblyName>
+        <Platforms>AnyCPU;x64</Platforms>

Review comment:
       AnyCPU should be removed as we don't support 32 bits. Note: I doubt this 
would create any problems (we have no 32 dependencies), but doesn't hurt to be 
explicit.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to