Skip to content

Commit

Permalink
use latest .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed May 5, 2024
1 parent 5934724 commit d35f13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2022

install:
- ps: Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
- ps: ./dotnet-install.ps1 -Channel 8.0.1xx -Quality GA
- ps: ./dotnet-install.ps1 -Channel 8.0.2xx -Quality GA

init:
- git config --global core.autocrlf true
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.100",
"version": "8.0.204",
"rollForward": "latestMajor"
}
}

0 comments on commit d35f13f

Please sign in to comment.