From fa10a712dd3c12ef1623ef01c3537e75574771f5 Mon Sep 17 00:00:00 2001 From: Harshit <62823486+harshit7962@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:17:42 +0530 Subject: [PATCH] Add checksum algorithm to primitives dll (#10244) --- .../System.Windows.Primitives/System.Windows.Primitives.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.DotNet.Wpf/src/System.Windows.Primitives/System.Windows.Primitives.csproj b/src/Microsoft.DotNet.Wpf/src/System.Windows.Primitives/System.Windows.Primitives.csproj index b84ce21ef1b..75123fb32fb 100644 --- a/src/Microsoft.DotNet.Wpf/src/System.Windows.Primitives/System.Windows.Primitives.csproj +++ b/src/Microsoft.DotNet.Wpf/src/System.Windows.Primitives/System.Windows.Primitives.csproj @@ -5,6 +5,7 @@ true false enable + SHA256 x86;x64;arm64