From 660333a87b5c95e9e2ab40d9629e8f7727e5fbec Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 22 Jul 2016 15:32:05 -0700 Subject: update project.json templates to RTM .NET core nugets --- templates/src/csharp/Grpc.Examples.Tests/project.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/src/csharp/Grpc.Examples.Tests/project.json.template') diff --git a/templates/src/csharp/Grpc.Examples.Tests/project.json.template b/templates/src/csharp/Grpc.Examples.Tests/project.json.template index 21765f0565..eb6bc5dde7 100644 --- a/templates/src/csharp/Grpc.Examples.Tests/project.json.template +++ b/templates/src/csharp/Grpc.Examples.Tests/project.json.template @@ -16,7 +16,7 @@ "portable-net45" ], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" } } } -- cgit v1.2.3