chore(backend): update dependencies

This commit is contained in:
sam 2025-03-14 20:11:00 +01:00
parent db3e6fa7b0
commit cb43ac1a50
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
8 changed files with 21 additions and 64 deletions

View file

@ -10,13 +10,6 @@ Command-line tools for this project can be installed with `dotnet tool restore`.
- We use [CSharpier][csharpier] for formatting .NET code.
It can be called with `dotnet csharpier .`, but is automatically run by Husky pre-commit.
### Nuget
We currently use Remora's GitHub packages as the releases on nuget.org are missing some key features.
Add these with `dotnet nuget add source --username <githubUsername> --password <githubToken> --store-password-in-clear-text --name Remora "https://nuget.pkg.github.com/Remora/index.json"`
You must generate a personal access token (classic) [here](personal-access-token). Only give it the `read:packages` permission.
## Deploying Catalogger yourself
The bot itself should run on any server with .NET 8 and PostgreSQL 15 or later.