From b7b96f68365ebd0422ff8685ba57381c554bfd48 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Fri, 28 Oct 2016 15:41:41 +1000 Subject: [PATCH] Don't reference the nonexistent System.Collections.Concurrent assembly --- src/Seq.Api/project.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Seq.Api/project.json b/src/Seq.Api/project.json index 20f7b91..8ce3e9f 100644 --- a/src/Seq.Api/project.json +++ b/src/Seq.Api/project.json @@ -47,7 +47,6 @@ }, "net4.5": { "frameworkAssemblies": { - "System.Collections.Concurrent": "", "System.Net.Http": "" } }