diff --git a/Tests/VTEX.Tests/VTEX.Tests.csproj b/Tests/VTEX.Tests/VTEX.Tests.csproj
index 2f0698480..2871cf1d7 100644
--- a/Tests/VTEX.Tests/VTEX.Tests.csproj
+++ b/Tests/VTEX.Tests/VTEX.Tests.csproj
@@ -2,7 +2,7 @@
2FD2F4CE-DCAB-4F78-8A20-A22CD7F74CFB
- net7.0
+ net8.0
false
latest
@@ -26,4 +26,4 @@
-
\ No newline at end of file
+
diff --git a/appveyor.yml b/appveyor.yml
index a51c684f2..ba11de7bf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,6 +25,8 @@ init:
- SET PATH=%JAVA_HOME%\bin;%PATH%
before_build:
+- ps: (New-Object System.Net.WebClient).DownloadFile('https://dot.net/v1/dotnet-install.ps1', "$env:appveyor_build_folder\dotnet-install.ps1")
+- ps: ./dotnet-install.ps1 -Channel LTS
- ps: $env:SOLUTION_NAME = $([io.path]::GetFileNameWithoutExtension($(Get-ChildItem -Path .\* -Include *.sln)))
- ps: $env:SONAR_PROJECT = "$env:APPVEYOR_REPO_NAME" -replace "/","_"
- ps: $env:SONAR_ORGANIZATION = "$env:APPVEYOR_REPO_NAME" -replace "/.*$","-github"