From 9ce3fb968eefc3ad9b66bb95c1aeb878a9150097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Thu, 14 Mar 2024 19:27:00 +0100 Subject: [PATCH] Sign Microsoft.Identity.Client with the MSAL key --- .../Microsoft.Identity.Client.csproj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/samples/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj b/samples/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj index f0f339a..7f86586 100644 --- a/samples/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj +++ b/samples/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj @@ -1,9 +1,15 @@  - net8.0 + netstandard2.0 none 4.56.0 + true + $(BaseIntermediateOutputPath)MSAL.snk + + + +