Update to .NET 8

This commit is contained in:
Bond_009
2023-10-23 23:36:56 +02:00
parent 3ec2d5592e
commit eb022c49cc
35 changed files with 62 additions and 62 deletions

View File

@@ -137,7 +137,7 @@ A second option is to build the project and then run the resulting executable fi
```bash
dotnet build # Build the project
cd Jellyfin.Server/bin/Debug/net7.0 # Change into the build output directory
cd Jellyfin.Server/bin/Debug/net8.0 # Change into the build output directory
```
2. Execute the build output. On Linux, Mac, etc. use `./jellyfin` and on Windows use `jellyfin.exe`.