Fixes #3976. SixLabors.ImageSharp nuget package is reporting as vulnerable (#3977)

* Fixes #3976. SixLabors.ImageSharp nuget package is reporting as vulnerable

* Upgrade all nuget packages
This commit is contained in:
BDisp
2025-03-10 02:08:26 +00:00
committed by GitHub
parent e76ec720a5
commit af633fc4fc
2 changed files with 18 additions and 19 deletions

View File

@@ -40,7 +40,6 @@ public partial class LoginViewModel : ReactiveObject
public LoginViewModel ()
{
InitializeCommands ();
IObservable<bool> canLogin = this.WhenAnyValue
(
x => x.Username,