diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-08-28 16:15:22 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-09-02 12:58:44 -0700 |
commit | 8a937d6ed48275607ae5cc04c7d5147edf377a7e (patch) | |
tree | 49bfe6800470a94fc0dd466d21b9072e352c4380 /examples/csharp/helloworld/.nuget/packages.config | |
parent | dea2648a6acb5c16b158335b4deb02caf4f02487 (diff) |
update helloworld example to proto3
Diffstat (limited to 'examples/csharp/helloworld/.nuget/packages.config')
-rw-r--r-- | examples/csharp/helloworld/.nuget/packages.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/csharp/helloworld/.nuget/packages.config b/examples/csharp/helloworld/.nuget/packages.config new file mode 100644 index 0000000000..2ee9042bdb --- /dev/null +++ b/examples/csharp/helloworld/.nuget/packages.config @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<packages> + <package id="Grpc.Tools" version="0.7.0-preview20150827" /> +</packages>
\ No newline at end of file |