From 7e95c1159d274b9a9c4053bf0a12e793d514560e Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Fri, 10 Mar 2023 00:18:04 +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 0060656..d602512 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - ls - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit - cat Assembly-CSharp.csproj - - sed -i 's/4.7.1/7.0/g' Assembly-CSharp.csproj + - sed -i 's/v4.7.1/net7.0/g' Assembly-CSharp.csproj - cat Assembly-CSharp.csproj - name: code-analysis pull: if-not-exists