aboutsummaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-11 10:38:35 -0800
committerJan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-11 10:38:35 -0800
commit2d3f79f7d62c5e66048462ba0ace0ef56e98e981 (patch)
tree8c27b7e59d1c329acf97a4855a8e59310616e8c3 /csharp/src
parent028d59fccda7a94c3fd39095261caceb77456af3 (diff)
parentf1c5754f0f4bf1f57bdcfb8c23a955ddc3dbc5a0 (diff)
downloadprotobuf-2d3f79f7d62c5e66048462ba0ace0ef56e98e981.tar.gz
protobuf-2d3f79f7d62c5e66048462ba0ace0ef56e98e981.tar.bz2
protobuf-2d3f79f7d62c5e66048462ba0ace0ef56e98e981.zip
Merge pull request #1218 from jskeet/nuspec-dependencies
nuspec dependency fixes
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.nuspec10
1 files changed, 10 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
index 2f691e3c..d5302544 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec
@@ -15,6 +15,16 @@
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
<dependencies>
+ <!-- Dependencies for older, monolithic-assembly platforms -->
+ <group targetFramework="net45" />
+ <group targetFramework="wp8" />
+ <group targetFramework="win8" />
+ <group targetFramework="wpa81" />
+ <group targetFramework="xamarin.ios" />
+ <group targetFramework="monotouch" />
+ <group targetFramework="monoandroid" />
+
+ <!-- Dependencies for newer, more granular platforms (.NET Core etc) -->
<group targetFramework="dotnet">
<dependency id="System.Collections" version="4.0.0" />
<dependency id="System.Diagnostics.Debug" version="4.0.0" />