diff options
author | Jose <jose@zeroc.com> | 2022-01-04 16:10:59 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2022-01-04 16:10:59 +0100 |
commit | 7e04879de8fe683868fc0b5496c1e9753b0adb0e (patch) | |
tree | f4d33ffb6e74ccb364fc915cb9c1cff5b9e44b83 | |
parent | Don't use auto with lambda methods (diff) | |
download | ice-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.md | 1 |
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: ``` |