diff --git a/src/Microsoft.AspNetCore.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json index 63f3b8929a..189a228171 100644 --- a/src/Microsoft.AspNetCore.Session/project.json +++ b/src/Microsoft.AspNetCore.Session/project.json @@ -26,14 +26,11 @@ "xmlDoc": true }, "frameworks": { - "net451": { }, + "net451": {}, "netstandard1.3": { "dependencies": { "System.Security.Cryptography.Algorithms": "4.1.0-*" - }, - "imports": [ - "dotnet5.4" - ] + } } } } \ No newline at end of file