Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuonghuynh11 committed Jan 4, 2024
1 parent 1d442fd commit 608697c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
dotnet: ['2.1.x', '3.1.x', '5.0.x']
dotnet: ['5.x', '6.x', '7.x']
# runs-on: windows-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3


- name: Setup .NET Core SDK 6.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: ${{ matrix.dotnet }}

- name: Setup Nuget
uses: Nuget/setup-nuget@v1.0.5
Expand Down

0 comments on commit 608697c

Please sign in to comment.