aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-08-02 15:10:42 +0800
committerGravatar GitHub <noreply@github.com>2016-08-02 15:10:42 +0800
commitbaa8c31984ab822fee6bd8ff1cf897d746decd29 (patch)
tree59d0d6e71e61d45974ff62692a84445a89530043 /src/csharp/Grpc.Auth
parentb5077808fee4f39f1a852aa20745335369a2fbaf (diff)
parent0a5a0cab7b9823fa5e929379fe6a4e6b59beaa10 (diff)
Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm
Update .NET core dependencies to RTM
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rw-r--r--src/csharp/Grpc.Auth/project.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json
index 979ab40e92..6a1c9fc990 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -32,9 +32,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"
}
}
}