Skip to content

Commit

Permalink
Returned to .NET 6.0 whilst try to figure why github actions failing
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Dec 16, 2022
1 parent 33c6d3c commit aaa4554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET Core SDK 7.0.x
- name: Setup .NET Core SDK 6.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '6.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit aaa4554

Please sign in to comment.