From 663a7b5fae8416269b19864cac009e365f78bc49 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 4 Feb 2024 18:22:06 +0530 Subject: [PATCH] updated build instructions for installing .net 8 sdk. --- build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.md b/build.md index d8af7af0..7501a43f 100644 --- a/build.md +++ b/build.md @@ -36,9 +36,9 @@ sudo apt-add-repository https://packages.microsoft.com/debian/11/prod sudo apt update ``` -3. Install ASP.NET Core 7 SDK and `libmsquic` for DNS-over-QUIC support. +3. Install ASP.NET Core 8 SDK and `libmsquic` for DNS-over-QUIC support. ``` -sudo apt install dotnet-sdk-7.0 libmsquic -y +sudo apt install dotnet-sdk-8.0 libmsquic -y ``` Note! If you do not plan to use DNS-over-QUIC or HTTP/3 support, or you intend to just build a docker image then you can skip installing `libmsquic`.