aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2016-04-08 13:22:42 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2016-04-20 03:46:02 +0100
commit790f4c8e3743c28c30e6f052cb3f5535490c87e4 (patch)
tree8a24a46e7db71355c2ba56c3fd9cc9088a83aca5 /csharp/src/Google.Protobuf/Google.Protobuf.nuspec
parent84ea2c7a81c69ce675d025074d6891a32ea3f629 (diff)
Use the original name in JSON formatting.
(JSON parsing already does the right thing.)
Diffstat (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.nuspec')
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.nuspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
index f51bc89a..2892b8bf 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
@@ -33,10 +33,12 @@
<dependency id="System.Linq.Expressions" version="4.0.0" />
<dependency id="System.ObjectModel" version="4.0.0" />
<dependency id="System.Reflection" version="4.0.0" />
+ <dependency id="System.Reflection.Extensions" version="4.0.0" />
<dependency id="System.Runtime" version="4.0.0" />
<dependency id="System.Runtime.Extensions" version="4.0.0" />
<dependency id="System.Text.Encoding" version="4.0.0" />
<dependency id="System.Text.RegularExpressions" version="4.0.0" />
+ <dependency id="System.Threading" version="4.0.0" />
</group>
</dependencies>
</metadata>