Skip to content

Can I need to migrate the project to .net Core 8.0? #123

Can I need to migrate the project to .net Core 8.0?

Can I need to migrate the project to .net Core 8.0? #123

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for supporting the development of C# Algorithms with your first issue! We look forward to handling it.'
pr-message: 'Congratulations! You are officially a C# Algorithms contributor! :tada:'