From 4cd7073bf6702ddcec367676bddd1ff9c6131d13 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 23 Jul 2023 23:51:05 -0400 Subject: [PATCH] Clarify build instructions --- CHANGELIST.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 7082baf0..80c52521 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -13,6 +13,7 @@ - Add Windows publish script - Add *nix publish script - Add build instructions to README +- Clarify build instructions ### 2.6.1 (2023-07-19) diff --git a/README.md b/README.md index ed947532..e5b5698f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ dotnet restore msbuild MPF.Check\MPF.Check.csproj -property:TargetFramework=net48 -property:RuntimeIdentifiers=win7-x64 ``` -To build for .NET 6.0 (All OSes, Windows target only), ensure that the .NET 6.0 SDK (or later) is installed and included in your PATH. Then, run the following commands from command prompt, Powershell, or Terminal: +To build for .NET 6.0 (All supported OSes), ensure that the .NET 6.0 SDK (or later) is installed and included in your PATH. Then, run the following commands from command prompt, Powershell, Terminal, or shell: ``` dotnet build MPF.Check\MPF.Check.csproj --framework net6.0 --runtime [win7-x64|win8-x64|win81-x64|win10-x64|linux-x64|osx-x64]