Skip to content

Commit

Permalink
Try specifying 3.5.x for dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Jul 25, 2024
1 parent fd0b17c commit 76e2b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.5.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 76e2b3c

Please sign in to comment.