Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Hardcoding .NET Preview version due to actions/setup-dotnet#170
Browse files Browse the repository at this point in the history
  • Loading branch information
cdemi committed Feb 26, 2021
1 parent 82e9681 commit 805627a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
@@ -1,4 +1,4 @@
name: "CodeQL"
name: "CodeQL"

on:
push:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.102'
dotnet-version: '6.0.100-preview.1.21103.13'

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down

0 comments on commit 805627a

Please sign in to comment.