Skip to content

Commit

Permalink
Update to latest .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Jun 16, 2024
1 parent 96b2efb commit 96b853f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: |
6.0.423
7.0.120
8.0.200
8.0.302
- name: Restore dependencies
run: dotnet restore WinFormsComInterop.Build.sln
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.200",
"version": "8.0.302",
"allowPrerelease": true,
"rollForward": "major"
}
Expand Down

0 comments on commit 96b853f

Please sign in to comment.