diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 87993270d4..85188a7dca 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -27,7 +27,6 @@ ] }, "frameworks": { - "net451": { }, "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { @@ -35,6 +34,7 @@ "type": "platform" } } - } + }, + "net451": { } } } \ No newline at end of file