Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Nov 13, 2024
1 parent 0e4abe9 commit ba658f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
- name: Setup .NET 6.0.x
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'
dotnet-version: 6.0.x

- name: Setup .NET 7.0.x
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-version: 7.0.x

- name: Setup .NET 8.0.x
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
dotnet-version: 8.0.x

- name: Setup .NET 9.0.x
uses: actions/[email protected]
with:
dotnet-version: '9.0.x'
dotnet-version: 9.0.x

- name: 'Setup MSBuild'
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit ba658f3

Please sign in to comment.