Skip to content

Commit b0bc9cf

Browse files
committed
Update workflow
1 parent d8f34db commit b0bc9cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnet.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Setup .NET 5 & 6 & 7
16+
- name: Setup .NET 6 & 7
1717
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: |
20-
5.0.408
2120
6.0.404
22-
7.0.101
21+
7.0.102
2322
- name: Restore dependencies
2423
run: dotnet restore WinFormsComInterop.Build.sln
2524
- name: Build

0 commit comments

Comments
 (0)