Ulimo commented on a change in pull request #8694:
URL: https://github.com/apache/arrow/pull/8694#discussion_r526101991
##########
File path: .github/workflows/csharp.yml
##########
@@ -38,8 +38,12 @@ jobs:
strategy:
fail-fast: false
matrix:
- dotnet: [2.2.103]
+ dotnet: ['3.0']
steps:
+ - name: Setup .net core 2.2
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: '2.2.103'
Review comment:
This was changed in #8702 so it can be tested/approved seperately.
----------------------------------------------------------------
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]