From ed5c5bd918817df426eb08d7ef31d8dd1d38f619 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Thu, 9 Mar 2023 23:37:42 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e7e0b84..38ba304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - cat Assembly-CSharp.csproj - name: code-analysis pull: if-not-exists - image: mcr.microsoft.com/dotnet/framework/runtime:4.8.1 + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - apt-get update && apt-get install -y unzip - export PATH="$PATH:/root/.dotnet/tools"