summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2022-01-04 16:10:59 +0100
committerJose <jose@zeroc.com>2022-01-04 16:10:59 +0100
commit7e04879de8fe683868fc0b5496c1e9753b0adb0e (patch)
treef4d33ffb6e74ccb364fc915cb9c1cff5b9e44b83
parentDon't use auto with lambda methods (diff)
downloadice-3.7.7-rc0.tar.bz2
ice-3.7.7-rc0.tar.xz
ice-3.7.7-rc0.zip
Extra new linev3.7.7-rc0
-rw-r--r--csharp/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/README.md b/csharp/README.md
index 7ef47ae6d97..f30cae3ca71 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -184,7 +184,6 @@ python allTests.py --dotnetcore
If you want to run the test with .NET 6.0 you must use `--framework` option
with `net6.0` target framework.
-
For example:
```