aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Test/Program.cs
Commit message (Collapse)AuthorAge
* Updated NUnit packages, removed NUnitLite added packages for dotnet and ↵Gravatar ObsidianMinor2018-02-06
| | | | Visual Studio, changed dotnet command in buildall to dotnet test, and deleted Program.cs (because it's no longer required).
* update csharp README and fix .NET 3.5 build errorGravatar John Brock2017-05-25
|
* Convert C# projects to MSBuild (csproj) formatGravatar Jon Skeet2017-05-24
This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.