Skip to content

Commit

Permalink
Use .NET SDK 5.0.403 on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN committed Nov 26, 2021
1 parent 2da952c commit 88b0b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.403
dotnet-version: 5.0.403
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.403
dotnet-version: 5.0.403
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 88b0b4a

Please sign in to comment.