Skip to content

Commit e37f3aa

Browse files
committed
Fix mono build instructions. #242
1 parent 9349ce5 commit e37f3aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Or open one of above solution files in your IDE and run build command in it.
7878

7979
### For Mono
8080

81-
Open MsgPack.mono.sln with MonoDevelop and then click **Build** menu item.
82-
(Of cource, you can build via xbuild.)
81+
You can build MsgPack.sln and MsgPack.Xamarin.sln with `msbuild` in latest Mono. Note that `xbuild` does not work because it does not support latest csproj format.
8382

8483
### Own Unity 3D Build
8584

0 commit comments

Comments
 (0)