diff options
Diffstat (limited to 'templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template index 93151f2b89..40300407ba 100644 --- a/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template +++ b/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template @@ -11,8 +11,7 @@ "net45": { }, "netcoreapp1.0": { "imports": [ - "portable-net45", - "net45" + "portable-net45" ], "dependencies": { "Microsoft.NETCore.App": "1.0.0", |