anniekvandijk/ToxicPlants

Github workflow workaround for .net 3.1 error

Opened this issue · 0 comments

Must be solved as soon as the bug is fixed.

Remove:

- name: Add 3.1 bug
  uses: actions/setup-dotnet@v1
  with:
    dotnet-version: 3.1.x    

From:
.github/workflows/dotnet.yml

Issue: Azure/azure-functions-dotnet-worker#297