Skip to content

Commit

Permalink
Explicitly install dotnet versions (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Merlijn van Deen <m.vandeen@fugro.com>
  • Loading branch information
mvdfugro authored Oct 16, 2023
1 parent b88dc02 commit 2c46c2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1

- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
6.0.x
- name: Setup NuGet.exe for use with actions
uses: NuGet/setup-nuget@v1

Expand Down

0 comments on commit 2c46c2d

Please sign in to comment.