Skip to content

Commit

Permalink
Fixed .NET Core SDK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja authored May 8, 2021
1 parent 5cfcfbf commit fa1d45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MSBuild
name: Build And Test

on: [push]

Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: 5
dotnet-version: 5.0.x

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit fa1d45c

Please sign in to comment.