From f8ad0a3ac40f320f18be284dfc953dad3b1ba5c7 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 24 Feb 2024 09:53:10 +0100 Subject: [PATCH] Remove Microsoft.Win32.Registry package dependency (#764) M.W32.Registry has been inbox on .NET Framework since forever and in modern .NET starting with .NET 6. There's no need for the package reference anymore. --- src/ApprovalTests/ApprovalTests.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ApprovalTests/ApprovalTests.csproj b/src/ApprovalTests/ApprovalTests.csproj index 7f9af389..6b7b8e0f 100644 --- a/src/ApprovalTests/ApprovalTests.csproj +++ b/src/ApprovalTests/ApprovalTests.csproj @@ -15,7 +15,6 @@ - @@ -25,4 +24,4 @@ - \ No newline at end of file +