aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp
diff options
context:
space:
mode:
authorGravatar ObsidianMinor <obsidianminor@gmail.com>2018-04-04 16:04:12 -0500
committerGravatar ObsidianMinor <obsidianminor@gmail.com>2018-04-04 16:04:12 -0500
commitf72ac9f987168cb333a1ca0b6482737f7466b22a (patch)
tree8a97abe5f247bde4c0b3ba2e56b61dc3db42127f /csharp
parent8b2ba9e88767d4ce320cd7cb38f01148d872a7df (diff)
Updated csharp/README.md to reflect testing changes
Diffstat (limited to 'csharp')
-rw-r--r--csharp/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/csharp/README.md b/csharp/README.md
index c1d12419..436248bb 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -44,10 +44,8 @@ they're only relevant when building the `Google.Protobuf` assembly.
Testing
=======
-The unit tests use [NUnit 3](https://github.com/nunit/nunit). NUnit doesn't yet
-support `dotnet test`, so for now the test project is a console application
-using NUnitLite. Simply run `Google.Protobuf.Test.exe` to run the unit tests
-directly, or else use `dotnet run`.
+The unit tests use [NUnit 3](https://github.com/nunit/nunit). Tests can be
+run using the Visual Studio Test Explorer or `dotnet test`.
.NET 3.5
========