We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b707be2 commit 9349ce5Copy full SHA for 9349ce5
README.md
@@ -56,6 +56,8 @@ See [wiki](https://github.com/msgpack/msgpack-cli/wiki)
56
### For .NET Framework
57
58
1. Install Visual Studio 2017 (Community edition is OK) and 2015 (for MsgPack.Windows.sln).
59
+ * You must install .NET Framework 3.5, 4.x, .NET Core, and Xamarin dev tools to build all builds successfully.
60
+ If you do not want to install options, edit `<TargetFrameworks>` element in `*.csproj` files to exclude platforms you want to exclude.
61
2. Run with Visual Studio Developer Command Prompt:
62
63
msbuild MsgPack.sln
0 commit comments