Skip to content

Commit

Permalink
MAINTENANCE: do not use .net60 prerelease in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
  • Loading branch information
jslachta committed Nov 9, 2021
1 parent 544291c commit 4cb9516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true

- name: Restore dependencies
run: dotnet restore src/LocaleNames.sln
Expand Down

0 comments on commit 4cb9516

Please sign in to comment.