File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,20 @@ See [wiki](https://github.com/msgpack/msgpack-cli/wiki)
5555
5656### For .NET Framework
5757
58- 1 . Install recent Windows SDK (at least, .NET Framework 4 Client Profile and MSBuild is needed.) <br />
59- Or install Visual Studio or Visual Studio Express.
60- 1 . If you want to build unit test assemblies, install NuGet and then restore NUnit packages.
61- 2 . Run:
58+ 1 . Install Visual Studio 2017 (Community edition is OK) and 2015 (for MsgPack.Windows.sln).
59+ 2 . Run with Visual Studio Developer Command Prompt:
6260
6361 msbuild MsgPack.sln
6462
65- Or (for .NET 3.5 drops and Unity 3D drops):
63+ Or (for Unity 3D drops):
6664
6765 msbuild MsgPack.compats.sln
6866
6967 Or (for Windows Runtime/Phone drops and Silverlight 5 drops):
7068
7169 msbuild MsgPack.Windows.sln
7270
73- Or (for Xamarin drops , you must have Xamarin Business or upper license and Mac machine on the LAN to build on Windows):
71+ Or (for Xamarin unit testing , you must have Xamarin Business or upper license and Mac machine on the LAN to build on Windows):
7472
7573 msbuild MsgPack.Xamarin.sln
7674
You can’t perform that action at this time.
0 commit comments