diff options
Diffstat (limited to 'templates/src/csharp/Grpc.Examples/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.Examples/project.json.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Examples/project.json.template b/templates/src/csharp/Grpc.Examples/project.json.template index 715fc08725..d5d63f658e 100644 --- a/templates/src/csharp/Grpc.Examples/project.json.template +++ b/templates/src/csharp/Grpc.Examples/project.json.template @@ -20,7 +20,7 @@ "portable-net45" ], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" } } } |