diff --git a/src/UriBuilder.Fluent/project.json b/src/UriBuilder.Fluent/project.json index e61f6e9..b57b499 100644 --- a/src/UriBuilder.Fluent/project.json +++ b/src/UriBuilder.Fluent/project.json @@ -14,14 +14,17 @@ "extension" ] }, - "dependencies": { - "NETStandard.Library": "1.6.0" - }, "authors": [ "Tommy Parnell" ], "frameworks": { "netstandard1.1": { + "imports": "dnxcore50", + "dependencies": { + "NETStandard.Library": "1.6.0" + } + }, + "net40": { "imports": "dnxcore50" } }