diff --git a/Transports/com.community.netcode.transport.template/Runtime/com.community.netcode.transport.template.asmdef b/Transports/com.community.netcode.transport.template/Runtime/com.community.netcode.transport.template.asmdef index 7601a0cc..bf2c72be 100644 --- a/Transports/com.community.netcode.transport.template/Runtime/com.community.netcode.transport.template.asmdef +++ b/Transports/com.community.netcode.transport.template/Runtime/com.community.netcode.transport.template.asmdef @@ -2,7 +2,7 @@ "name": "[name] Transport for Netcode for GameObjects", "rootNamespace": "Netcode.Transport.[name]", "references": [ - "com.unity.netcode.runtime" + "Unity.Netcode.Runtime" ], "includePlatforms": [], "excludePlatforms": [], @@ -13,4 +13,4 @@ "defineConstraints": [], "versionDefines": [], "noEngineReferences": false -} \ No newline at end of file +}