[ https://issues.apache.org/jira/browse/GEODE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390156#comment-17390156 ]
ASF GitHub Bot commented on GEODE-9359: --------------------------------------- mmartell commented on a change in pull request #834: URL: https://github.com/apache/geode-native/pull/834#discussion_r679486286 ########## File path: netcore/NetCore.Session.IntegrationTests/NetCore.Session.IntegrationTests.csproj ########## @@ -0,0 +1,26 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>netcoreapp3.1</TargetFramework> + + <IsPackable>false</IsPackable> + + <Platforms>x64</Platforms> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> Review comment: Looks like this is only needed for running tests in Visual Studio. If you run tests from the command line like the CI will do (i.e., dotnet test) this dependency isn't needed. I'm OK with removing it. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > add net-core-session to geode-native > ------------------------------------ > > Key: GEODE-9359 > URL: https://issues.apache.org/jira/browse/GEODE-9359 > Project: Geode > Issue Type: New Feature > Components: native client > Reporter: Ernest Burghardt > Priority: Major > Labels: pull-request-available > > net-core-session shall be added to the top level of geode-native repo and > will produce a separate binary that will be publishable to NuGet > https://docs.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -- This message was sent by Atlassian Jira (v8.3.4#803005)