Skip to content

Commit

Permalink
ci: setup dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 26, 2024
1 parent 5bd47ca commit 78b9ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}

- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: |
'6.0.x'
'8.0.x'
- name: restore
run: dotnet restore

Expand Down

0 comments on commit 78b9ee2

Please sign in to comment.