From 044a8924ebdb3ce0ad973759a83d10a80f21c802 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Singh Date: Thu, 11 Nov 2021 10:31:30 +0530 Subject: [PATCH 1/2] replace primitives by cryptography --- .../src/PresentationUI/PresentationUI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj b/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj index 421b0514185..a8bf385f0e8 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj +++ b/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj @@ -251,8 +251,8 @@ + - From 019dae292d42ff569a316d40210484c4e37437d6 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Singh Date: Thu, 11 Nov 2021 10:59:47 +0530 Subject: [PATCH 2/2] Add Cryptography Primitives reference. --- .../src/PresentationUI/PresentationUI.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj b/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj index a8bf385f0e8..60a7739b027 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj +++ b/src/Microsoft.DotNet.Wpf/src/PresentationUI/PresentationUI.csproj @@ -253,6 +253,7 @@ +