Skip to content

Commit

Permalink
Update version of .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Jun 16, 2024
1 parent 8eec8f3 commit 96b2efb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET 6 & 7
- name: Setup .NET 6 & 7 & 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.413
7.0.110
6.0.423
7.0.120
8.0.200
- name: Restore dependencies
run: dotnet restore WinFormsComInterop.Build.sln
- name: Build
Expand Down

0 comments on commit 96b2efb

Please sign in to comment.