1
0
Fork 0

Update NGO version to 1.12.2 which Lethal Company v81 uses

This commit is contained in:
ivan tkachenko 2026-04-06 01:15:59 +03:00
parent 7794e44831
commit 28f63eff3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project> <Project>
<Target Name="NetcodePatch" AfterTargets="PostBuildEvent"> <Target Name="NetcodePatch" AfterTargets="PostBuildEvent">
<Exec Command="dotnet netcode-patch -uv 2022.3.62 -nv 1.12.0 &quot;$(TargetPath)&quot; @(ReferencePathWithRefAssemblies->'&quot;%(Identity)&quot;', ' ')"/> <Exec Command="dotnet netcode-patch -uv 2022.3.62 -nv 1.12.2 &quot;$(TargetPath)&quot; @(ReferencePathWithRefAssemblies->'&quot;%(Identity)&quot;', ' ')"/>
</Target> </Target>
</Project> </Project>