From 14c638a724ae7fd1f41cb6d2007102cae9ef2f99 Mon Sep 17 00:00:00 2001 From: Lofiat <75358872+dyeddaboi@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:23:43 -0600 Subject: [PATCH] fixed it lol --- .../GorillaTagModTemplateProject.csproj | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/Content/GorillaTagModTemplateProject/GorillaTagModTemplateProject.csproj b/src/Content/GorillaTagModTemplateProject/GorillaTagModTemplateProject.csproj index b9f9f88..c15f0ea 100644 --- a/src/Content/GorillaTagModTemplateProject/GorillaTagModTemplateProject.csproj +++ b/src/Content/GorillaTagModTemplateProject/GorillaTagModTemplateProject.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 @@ -26,9 +26,6 @@ $(GameAssemblyPath)\Cinemachine.dll - - $(GameAssemblyPath)\clipper_library.dll - $(GameAssemblyPath)\Mono.Security.dll @@ -206,8 +203,11 @@ $(GameAssemblyPath)\UnityEngine.TerrainPhysicsModule.dll - - $(GameAssemblyPath)\UnityEngine.TextCoreModule.dll + + $(GameAssemblyPath)\UnityEngine.TextCoreFontEngineModule.dll + + + $(GameAssemblyPath)\UnityEngine.TextCoreTextEngineModule.dll $(GameAssemblyPath)\UnityEngine.TextRenderingModule.dll @@ -230,9 +230,6 @@ $(GameAssemblyPath)\UnityEngine.UmbraModule.dll - - $(GameAssemblyPath)\UnityEngine.UNETModule.dll - $(GameAssemblyPath)\UnityEngine.UnityAnalyticsModule.dll