Skip to content

Commit

Permalink
Update Net-core.yml to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
eprilx authored Aug 5, 2024
1 parent e3de45f commit 8cf4025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Net-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- uses: microsoft/[email protected]

- name: Get version
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- uses: microsoft/[email protected]

- name: Get version
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore FFDConverter/FFDConverter.csproj
Expand Down

0 comments on commit 8cf4025

Please sign in to comment.