From 622044461d96e083720e84b7fbfe720de198c826 Mon Sep 17 00:00:00 2001 From: Voltstro Date: Sun, 21 Jan 2024 17:11:30 +1000 Subject: [PATCH] Fix CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47eee8c..9481521 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ steps: - task: UseDotNet@2 displayName: Install .NET inputs: - version: 6.0.x + version: 8.0.x - script: dotnet restore -v minimal src/Wiki.Net.sln displayName: Restore Packages