Skip to content

Commit

Permalink
build: Use .NET 5 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jul 30, 2021
1 parent 21b47ca commit a1ab5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '5.0.x'

# Build
- run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '5.0.x'

- name: "dotnet build & pack"
run: |
Expand Down

0 comments on commit a1ab5b4

Please sign in to comment.