Skip to content

Commit

Permalink
Fixes datalust#22 - don't include NETStandard.Library for .NET 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Nov 29, 2016
1 parent 31f3055 commit 4056bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Seq.Api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},

"dependencies": {
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1",
"Tavis.UriTemplates": "1.1.0"
},

"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Collections.Concurrent": "4.0.12",
"System.Net.Http": "4.1.0",
"System.Net.WebSockets.Client": "4.0.0"
Expand Down

0 comments on commit 4056bec

Please sign in to comment.