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