Remove core from setup-dotnet action

Core keyword was dropped in 5.0 and the action now supports .NET 5, .NET 6...
This commit is contained in:
Oriol Mesa 2021-09-06 12:38:57 +02:00 committed by GitHub
parent 46b4340f3e
commit 4200337ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [actions/setup-node: Node.js](https://github.com/actions/setup-node)
- [actions/setup-python: Python](https://github.com/actions/setup-python)
- [actions/setup-go: Go](https://github.com/actions/setup-go)
- [actions/setup-dotnet: .NET core sdk](https://github.com/actions/setup-dotnet)
- [actions/setup-dotnet: .NET SDK](https://github.com/actions/setup-dotnet)
- [actions/setup-haskell: Haskell (GHC and Cabal)](https://github.com/actions/setup-haskell)
- [actions/setup-java: Java](https://github.com/actions/setup-java)
- [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby)