|
67 | 67 | > dotnet build -r win-x86<br /> |
68 | 68 | > dotnet publish -f netcoreapp2.0 -c Release -r win-x86<br /> |
69 | 69 |
|
| 70 | + |
| 71 | +**Build for Linux x86-32:** |
| 72 | +> **not supported by framework** |
| 73 | +
|
70 | 74 | **Build for Linux x86-64:** |
71 | 75 | > dotnet restore -r linux-x64<br /> |
72 | 76 | > dotnet build -r linux-x64<br /> |
|
78 | 82 | > dotnet build -r linux-arm<br /> |
79 | 83 | > dotnet publish -f netcoreapp2.0 -c Release -r linux-arm<br /> |
80 | 84 |
|
| 85 | +**Build for Linux ARM-64:** |
| 86 | +> **not supported by framework** |
81 | 87 |
|
82 | | -**Build for Linux x86-32:** |
| 88 | + |
| 89 | +**Build for Mac OSX x86-32:** |
83 | 90 | > **not supported by framework** |
84 | 91 |
|
| 92 | +**Build for Mac OSX x86-64:** |
| 93 | +> dotnet restore -r osx-x64<br /> |
| 94 | +> dotnet build -r osx-x64<br /> |
| 95 | +> dotnet publish -f netcoreapp2.0 -c Release -r osx-x64<br /> |
| 96 | +
|
| 97 | +Mac build requires MacOS >= Sierra (10.12+) |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | +# Future: |
| 102 | +**Build for Android (arch?):** |
| 103 | +> dotnet restore -r android<br /> |
| 104 | +> dotnet build -r android<br /> |
| 105 | +> dotnet publish -f netcoreapp2.0 -c Release -r android<br /> |
| 106 | +
|
| 107 | + |
| 108 | +[List of RIDs][3] |
| 109 | + |
| 110 | + |
85 | 111 |
|
86 | 112 | [1]: https://i.stack.imgur.com/IgYvq.png |
87 | | - [2]: https://i.stack.imgur.com/hEaFY.png |
| 113 | + [2]: https://i.stack.imgur.com/hEaFY.png |
| 114 | + [3]: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog |
0 commit comments