Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to make Google.Protobuf.dll compatible with .NET 3.5 #2715

Merged
merged 3 commits into from
Feb 23, 2017

Commits on Feb 22, 2017

  1. 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.
    JohnHBrock committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    eed3eae View commit details
    Browse the repository at this point in the history
  2. Upgrading test-related libraries

    NUnit 3.4.0 —> 3.6.0
    dotnet-test-nunit 3.4.0-alpha-2 —> 3.4.0-beta-3
    JohnHBrock committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    57bd9e1 View commit details
    Browse the repository at this point in the history
  3. Updating README

    - Adding more detail on running tests
    - Adding info about the status of .NET 3.5 support and how to enable .NET 3.5
    JohnHBrock committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    329cf03 View commit details
    Browse the repository at this point in the history