Skip to content

Commit

Permalink
Update .NET SDKs for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Nov 11, 2021
1 parent 4339b87 commit 918d080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
- name: Setup netcoreapp3.1
uses: actions/[email protected]
with:
dotnet-version: "3.1.413"
dotnet-version: "3.1.415"
- name: Setup net5.0
uses: actions/[email protected]
with:
dotnet-version: "5.0.401"
dotnet-version: "5.0.403"
- name: Setup net6.0
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
dotnet-version: "6.0.100-rc.1.21463.6"
dotnet-version: "6.0.100"
- name: Run dotnet --info
run: dotnet --info
- uses: actions/[email protected]
Expand Down

0 comments on commit 918d080

Please sign in to comment.