Gremlin.net.dll not found – Asp.net
when moving from Gremlin.net 3.6.1, to 3.6.2 I get a FileNotFound Exception pointing to "rootOfProject"/Gremlin.net.dll This is happening in my startup.cs when instantiating the GremlinClient services.AddSingleton<GremlinClient>(s => { GremlinServer server = new GremlinServer(hostname: "host", port: 443, enableSsl: true, username: $"collection",…