Skip to content

Commit

Permalink
fix(quetzalcoatl): use .net 8 sdk in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami committed Jun 20, 2024
1 parent 4488b68 commit 16bd5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quetzalcoatl-auth-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Build
run: |
dotnet restore "quetzalcoatl-auth/Bootstrapper/Bootstrapper.csproj"
Expand Down

0 comments on commit 16bd5c7

Please sign in to comment.