Browse Source

Updated csharp/README.md to reflect testing changes

ObsidianMinor 7 years ago
parent
commit
f72ac9f987
1 changed files with 2 additions and 4 deletions
  1. 2 4
      csharp/README.md

+ 2 - 4
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
 ========