diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:22:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:46 +0700 |
commit | 3c8650b4a719d610e581d716d5f93662272311a3 (patch) | |
tree | 109e286c8dbcdb5a71b0a4871a102a37902a71ea | |
parent | 38197948aae14742997eabf55e1fb07e225fa303 (diff) |
development/mono-basic: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/mono-basic/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/development/mono-basic/README b/development/mono-basic/README index d8cb327d9b66..1ffa8d8d53f2 100644 --- a/development/mono-basic/README +++ b/development/mono-basic/README @@ -1,6 +1,7 @@ A Native compiler for Visual Basic.NET support in Mono. -Having a native compiler for Visual Basic not only allows developers that -wish to completely develop a Mono supported platform, but also allows -applications that depend on the CodeDOM (ASP.NET for example) to be -developed using Visual Basic. Something that before the availability of the -compiler was not possible. + +Having a native compiler for Visual Basic not only allows developers +that wish to completely develop a Mono supported platform, but also +allows applications that depend on the CodeDOM (ASP.NET for example) +to be developed using Visual Basic. Something that before the +availability of the compiler was not possible. |