Skip to content

Commit 9e28315

Browse files
committed
Updated readme files for .NET 9.
1 parent 5ada52e commit 9e28315

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A family wiki and photoalbum engine.
6262

6363
For development, you will need the following:
6464

65-
* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0): the main runtime for Bonsai
65+
* [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0): the main runtime for Bonsai
6666

6767
1. Install [NodeJS 14](https://nodejs.org/en/)
6868
2. Download [ffmpeg shared binaries](https://www.ffmpeg.org/download.html) for your system and extract the archive's contents into `External/ffmpeg` folder in the solution root (must contain both `ffmpeg` and `ffprobe` executables).
@@ -82,7 +82,7 @@ For development, you will need the following:
8282
8383
5. _Optional, but suggested_:
8484
85-
Create a [Google Authorization App](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-6.0) (or Yandex / VK.com).
85+
Create a [Google Authorization App](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-9.0) (or Yandex / VK.com).
8686
8787
Add the retrieved authorization credentials to the `appsettings.Development.json` and set `AllowPasswordAuth` to `false`:
8888

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
3. _Опционально_:
4444

45-
Создайте [приложение авторизации Google](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-6.0) (или Yandex, Вконтакте).
45+
Создайте [приложение авторизации Google](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-9.0) (или Yandex, Вконтакте).
4646

4747
Отредактируйте файл `docker-compose.lite.yml`:
4848

@@ -64,7 +64,7 @@
6464

6565
Для участия в разработке понадобится:
6666

67-
* [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0): основной рантайм для Bonsai
67+
* [.NET 9](https://dotnet.microsoft.com/download/dotnet/9.0): основной рантайм для Bonsai
6868

6969
1. Установите [NodeJS 14](https://nodejs.org/en/)
7070
2. Скачайте [shared-сборку ffmpeg](https://www.ffmpeg.org/download.html) для вашей операционной системы и извлеките данные в папку `External/ffmpeg` в корне проекта (необходимы исполняемые файлы `ffmpeg` и `ffprobe`).

0 commit comments

Comments
 (0)