aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Brock <JohnHBrock@gmail.com>2017-02-13 15:34:35 -0800
committerJon Skeet <skeet@pobox.com>2017-02-23 10:51:52 +0000
commitc9b2c8f3271f9985a738fe193ced5b3324ae8c7c (patch)
tree11e60a4c6da0e9eb94ca026aac8e3bc4d323e62c /Makefile.am
parent1a8cbfd355603e094858cbfdf5999b860dbab13f (diff)
downloadprotobuf-c9b2c8f3271f9985a738fe193ced5b3324ae8c7c.tar.gz
protobuf-c9b2c8f3271f9985a738fe193ced5b3324ae8c7c.tar.bz2
protobuf-c9b2c8f3271f9985a738fe193ced5b3324ae8c7c.zip
Fixes for .NET 3.5 compatibility
* Changing DOTNET35 framework symbols in preprocessor directives to the default built-in value of NET35. * Adding extension method StreamExtension.CopyTo for .NET 3.5 because it didn’t exist until .NET 4, and adding associated unit tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d1fb045..6b520b39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,6 +83,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs \
csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs \
csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs \
+ csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs \
csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs \
csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs \
csharp/src/Google.Protobuf.Test/EqualityTester.cs \
@@ -125,6 +126,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \
csharp/src/Google.Protobuf/Collections/RepeatedField.cs \
csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \
+ csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs \
csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \
csharp/src/Google.Protobuf/FieldCodec.cs \
csharp/src/Google.Protobuf/FrameworkPortability.cs \