Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-03-26 23:20:57 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-26 23:20:57 +0300
commit0ec37d4c9effafb0293409cacb9a24cceae83a85 (patch)
treee9d591e28cd0a392056179fd177fb97d1ecba54c /web/c-sharp
parentc47a50c75ce35c8282612442ab0eed33313fe737 (diff)
Update
svn path=/trunk/mono/; revision=3374
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/c-sharp b/web/c-sharp
index 07c13831039..1e2028a850d 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -23,10 +23,9 @@
** Running MCS
- MCS is written in C# and uses heavily the .NET APIs. At this point
- MCS only runs on Windows with the .NET Framework SDK installed. Work
- is progressing rapidly in our JIT engine and our class libraries to
- allow MCS to be ran in non-Windows systems.
+ MCS is written in C# and uses heavily the .NET APIs. MCS runs
+ on Linux (with the Mono runtime) and Windows (with the .NET
+ framework runtime)
** Reporting Bugs in MCS