Error sq.exe An assembly specified in the application dependencies manifest (sq.deps.json)

Hi Sebbastian, I ran the sq.exe command to back up the squidex and got this error. can you help me?

PS C:\squidex> .\sq.exe config add site-settings site-settings:backup-config xxxxxxxxxxxxxxxxxxxxxxxx
Error:
An assembly specified in the application dependencies manifest (sq.deps.json) was not found:
package: ‘CsvHelper’, version: ‘15.0.8’
path: ‘lib/netstandard2.1/CsvHelper.dll’

Which version do you use exactly?

I just downloaded it here and it works for me: https://github.com/Squidex/squidex-samples/releases/tag/cli-v7.2.0

Hi Sebastian, now is working. very thank you.

What have you changed?

I used the new sq.exe (one you send)

But what have you used before?

i used the same, but my antivirus blocked the .dll files. sorry. i see now.

Oh, okay. Good to know.

Sebastian, can you help one more? can I change the name of backup file (default.zip)? and Can I set another folder to keep the backup file?

Try it , you can always use --help to get all arguments.

ah ok Sebastian. thank you