From 18fa6b28618502e43cd48e81bc1cd58204acc40a Mon Sep 17 00:00:00 2001 From: Boris Blokland Date: Wed, 24 Sep 2025 14:12:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03f379a82..aeeb96b17 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Compilation First, install the Java JRE. This is a compile-time only dependency, required to execute ANTLR. -## Install .NET SDK (version 7.0) +## Install .NET SDK (version 9.0) -Install the [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) sdk. +Install the [.NET 9.0](https://dotnet.microsoft.com/download/dotnet/9.0) sdk. Add NuGet package source (in case it is missing) by executing: dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "NuGet"