Skip to content

Commit

Permalink
Use net9.0 for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet authored Nov 2, 2024
1 parent 651444b commit df0467a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,11 @@ jobs:
with:
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer

- name: Setup .NET
- name: ⚙️ Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.0.x
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit df0467a

Please sign in to comment.