From 40f635ab845c1cef534361dfeb0c308e41386168 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 12 Mar 2025 19:34:39 +0100 Subject: [PATCH] Updated build instructions to .NET 9 --- documentation/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Build.md b/documentation/Build.md index 795c65b2..2f620eac 100644 --- a/documentation/Build.md +++ b/documentation/Build.md @@ -2,7 +2,7 @@ You just want to use the app? Then simply [download the appropriate setup for your operating system](Setup.md). This chapter is intended for developers who want to modify and customize the code. ## Prerequisites -1. Install the [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). +1. Install the [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0). 2. [Install the Rust compiler](https://www.rust-lang.org/tools/install) in the latest version. 3. Met the prerequisites for building [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites/). Node.js is **not** required, though. 4. Install the Tauri CLI by running `cargo install --version 1.6.2 tauri-cli`.