Skip to content

Commit

Permalink
Update build-test-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoZ authored Nov 14, 2024
1 parent d43b33c commit 4c5444e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup .NET Core 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Setup .NET Core 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore ./source/MerriamWebster.NET/MerriamWebster.NET.sln
- name: Build
Expand Down

0 comments on commit 4c5444e

Please sign in to comment.