From 729ef7a5797cf1995ffa5d1e690476440820a85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Thu, 12 Jan 2023 05:47:07 +0100 Subject: [PATCH] Change dotnet sdk to 7 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9e08fd7..9c35bbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - dotnet publish Solution.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd Sources/ - dotnet restore Solution.sln