recommend dotnet-sdk-8.0 in README

This commit is contained in:
Bogdan 2024-06-11 17:22:12 +03:00
parent 57044577b9
commit 3176063cd3
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ dotnet publish Jackett.Server -f net8.0 --self-contained -r osx-x64 -c Debug # t
```bash
sudo apt install nuget msbuild dotnet-sdk-6.0 # install build tools (Debian/ubuntu)
sudo apt install nuget msbuild dotnet-sdk-8.0 # install build tools (Debian/ubuntu)
git clone https://github.com/Jackett/Jackett.git
cd Jackett/src