From d58d195996896db9a056b4738a5ab9d088be9179 Mon Sep 17 00:00:00 2001 From: Mark Seemann Date: Mon, 16 Oct 2023 14:19:51 +0200 Subject: [PATCH] Update System.Security.AccessControl NuGet package The previous version (5.0.0) was deprecated, and since this is a security package, it seems important to update it. --- csharp/csharp.csproj | 4 ++-- csharp/packages.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/csharp.csproj b/csharp/csharp.csproj index 342752ed..db182545 100644 --- a/csharp/csharp.csproj +++ b/csharp/csharp.csproj @@ -90,8 +90,8 @@ True True - - packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll + + packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll diff --git a/csharp/packages.config b/csharp/packages.config index e56e2fee..52a78b1b 100644 --- a/csharp/packages.config +++ b/csharp/packages.config @@ -17,7 +17,7 @@ - +