From af633fc4fc5f3eff0c768031a632cadf374e9999 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 10 Mar 2025 02:08:26 +0000 Subject: [PATCH] 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 --- Directory.Packages.props | 36 +++++++++++++++---------------- ReactiveExample/LoginViewModel.cs | 1 - 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8ad412965..18afbe64a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,41 +7,41 @@ - - - - - - + + + + + + - + - + - - - + + + - + - - - - - + + + + + - + diff --git a/ReactiveExample/LoginViewModel.cs b/ReactiveExample/LoginViewModel.cs index e4e8f37ae..60dcfc90d 100644 --- a/ReactiveExample/LoginViewModel.cs +++ b/ReactiveExample/LoginViewModel.cs @@ -40,7 +40,6 @@ public partial class LoginViewModel : ReactiveObject public LoginViewModel () { - InitializeCommands (); IObservable canLogin = this.WhenAnyValue ( x => x.Username,