Skip to content

Commit

Permalink
added .Net 8 in github action configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad Khosravifar committed Apr 23, 2024
1 parent 6b656e8 commit 64152b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Setup .NET Core 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Install Downloader Dependencies
run: dotnet restore ./src/Downloader/Downloader.csproj

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Setup .NET Core 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Install Downloader Dependencies
run: dotnet restore ./src/Downloader/Downloader.csproj

Expand Down

0 comments on commit 64152b4

Please sign in to comment.