Skip to content

Commit

Permalink
fix .net version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatanzariti authored Nov 13, 2021
1 parent b70cf53 commit 035e66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: setup .net core 3.1.415
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.412
dotnet-version: 3.1.415

- name: setup .net core 5.0.403
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.400
dotnet-version: 5.0.403

- name: setup .net core 6.0.100
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 035e66d

Please sign in to comment.