aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/project.json
Commit message (Collapse)AuthorAgeFilesLines
* Add FormatEnumAsInt support for Json Format. And scale ↵Jie Luo2017-03-241-1/+1
| | | | JsonFormatter.Settings to multiple options.
* Upgrading test-related librariesJohn Brock2017-02-231-2/+2
| | | | | NUnit 3.4.0 —> 3.6.0 dotnet-test-nunit 3.4.0-alpha-2 —> 3.4.0-beta-3
* Add ByteString.FromStream and ByteString.FromStreamAsync in C#Jon Skeet2017-01-101-0/+1
| | | | | | | | | | Fixes #2088. We now have separate tests for netcoreapp and net45 to test the two branches here. (netstandard10 doesn't have MemoryStream.GetBuffer) Although most of this library doesn't have any async functionality, this feels like a natural place to locally add it.
* Fix csharp/src/Google.Protobuf.Test/project.jsonJulien Brianceau2016-11-141-1/+1
| | | | | | | This change fixes the following Chromium presubmit error: third_party/protobuf/csharp/src/Google.Protobuf.Test/project.json could not be parsed: Expecting property name: line 25 column 3 (char 482)
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Jon Skeet2016-07-141-0/+44
platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4