Skip to content

Commit

Permalink
Merge branch 'main' into feature/flags-with-custom-images
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-martin authored Sep 9, 2024
2 parents e9c77f8 + cde972a commit d8e5bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit d8e5bbb

Please sign in to comment.