aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 16:33:46 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-15 18:18:22 +0200
commit67b6ef4d6febe0a339aa60fc29521cd7731ed73e (patch)
tree58f8b42f1aad747af3f4a466c3dbf295c4388e49 /src/csharp/Grpc.Auth
parentff6c2ad05455dc96c282ef3928bc7e60ca3aa215 (diff)
cleanup of project.json files
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rw-r--r--src/csharp/Grpc.Auth/project.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json
index 19691cf9fa..595e29f50a 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -28,13 +28,8 @@
"frameworks": {
"net45": { },
"netstandard1.5": {
- "imports": [
- "portable-net45"
- ],
"dependencies": {
- "Microsoft.NETCore.Portable.Compatibility": "1.0.1",
- "NETStandard.Library": "1.6.0",
- "System.Threading.Tasks": "4.0.11"
+ "NETStandard.Library": "1.6.0"
}
}
}