dotnet 5.0.2

This commit is contained in:
crobibero
2021-01-16 10:17:33 -07:00
parent 549160b9b9
commit a087ab389a
20 changed files with 23 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.100'
dotnet-version: '5.0.x'
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: