aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Auth/project.json.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-07-22 15:32:05 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-07-30 04:16:07 +0800
commit660333a87b5c95e9e2ab40d9629e8f7727e5fbec (patch)
tree7d5ca2666f1a6c4600f4cdb12da96f009e4a4f5d /templates/src/csharp/Grpc.Auth/project.json.template
parent623e4fc0ccf75e15c66509f687bc2f4e9d0120a0 (diff)
update project.json templates to RTM .NET core nugets
Diffstat (limited to 'templates/src/csharp/Grpc.Auth/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.Auth/project.json.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/src/csharp/Grpc.Auth/project.json.template b/templates/src/csharp/Grpc.Auth/project.json.template
index d91bd8ce1d..b3244e4d3c 100644
--- a/templates/src/csharp/Grpc.Auth/project.json.template
+++ b/templates/src/csharp/Grpc.Auth/project.json.template
@@ -34,9 +34,9 @@
"net45"
],
"dependencies": {
- "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-24027",
- "NETStandard.Library": "1.5.0-rc2-24027",
- "System.Threading.Tasks": "4.0.11-rc2-24027"
+ "Microsoft.NETCore.Portable.Compatibility": "1.0.1",
+ "NETStandard.Library": "1.6.0",
+ "System.Threading.Tasks": "4.0.11"
}
}
}