Commit f72ac9f9 authored by ObsidianMinor's avatar ObsidianMinor

Updated csharp/README.md to reflect testing changes

parent 8b2ba9e8
...@@ -44,10 +44,8 @@ they're only relevant when building the `Google.Protobuf` assembly. ...@@ -44,10 +44,8 @@ they're only relevant when building the `Google.Protobuf` assembly.
Testing Testing
======= =======
The unit tests use [NUnit 3](https://github.com/nunit/nunit). NUnit doesn't yet The unit tests use [NUnit 3](https://github.com/nunit/nunit). Tests can be
support `dotnet test`, so for now the test project is a console application run using the Visual Studio Test Explorer or `dotnet test`.
using NUnitLite. Simply run `Google.Protobuf.Test.exe` to run the unit tests
directly, or else use `dotnet run`.
.NET 3.5 .NET 3.5
======== ========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment