From 5ca3798e50be131e82ced297aebcd04e8277bb12 Mon Sep 17 00:00:00 2001 From: marzent Date: Wed, 17 Jan 2024 10:06:45 +0100 Subject: [PATCH] specify SDK build version to at least 6.0.400 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722b9f43..d8419af3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you want to use XIVLauncher on your Steam Deck, feel free to [follow our guid ## Building & Contributing 1. Clone this repository with submodules -2. Make sure you have a recent(.NET6+) version of the .NET SDK installed +2. Make sure you have a recent(.NET 6.0.400+) version of the .NET SDK installed 2. Run `dotnet build` or `dotnet publish` Common components that are shared with the Windows version of XIVLauncher are linked as a submodule in the "lib" folder. XIVLauncher Core can run on Windows, but is by far not as polished as the [original Windows version](https://github.com/goatcorp/FFXIVQuickLauncher). Windows users should not use this application unless for troubleshooting purposes or development work.