chore(backend): update dependencies
This commit is contained in:
parent
db3e6fa7b0
commit
cb43ac1a50
8 changed files with 21 additions and 64 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue