Update README with new build matricies

This commit is contained in:
Matt Nadareski
2024-06-20 14:40:42 -04:00
parent 33932fad47
commit 9cddcc2eae
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
- Show script settings
- Add flag values to script settings
- Enable last runtime by default
- Update README with new build matricies
### 3.2.0 (2024-06-20)

View File

@@ -58,10 +58,10 @@ dotnet build MPF/MPF.csproj --framework net8.0-windows --runtime [win-x86|win-x6
**MPF.Check (Windows, OSX, Linux):**
```bash
dotnet build MPF.Check/MPF.Check.csproj --framework net8.0 --runtime [win-x86|win-x64|linux-x64|osx-x64]
dotnet build MPF.Check/MPF.Check.csproj --framework net8.0 --runtime [win-x86|win-x64|win-arm64|linux-x64|linux-arm64|osx-x64|osx-arm64]
```
Choose one of `win-x86`, `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you are targeting.
Choose one of `win-x86`, `win-x64`, `win-arm64`, `linux-x64`, `linux-arm64`, `osx-x64`, or `osx-arm64` depending on the machine you are targeting.
### Build Scripts