Skip to content

Commit

Permalink
update github actions to use setup-dotnet v2
Browse files Browse the repository at this point in the history
- actions/setup-dotnet@v2
- removed outdated comment
  • Loading branch information
vslee committed Apr 21, 2022
1 parent e01c455 commit 91fab7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
# latest image has .NET 3.0 already installed, but not 3.1 yet
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
- name: Build with dotnet and create prerelease nupkg
Expand Down

0 comments on commit 91fab7b

Please sign in to comment.