From 71758785b962e57eab473d847cc7a8b55b62e0e0 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 6 Oct 2023 11:56:17 +0100 Subject: [PATCH] Use SHA-256 for checksums Fix `BA2004` warning from Binskim. --- src/ApplePayJS/ApplePayJS.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ApplePayJS/ApplePayJS.csproj b/src/ApplePayJS/ApplePayJS.csproj index fbe2c19a..407f9bd3 100644 --- a/src/ApplePayJS/ApplePayJS.csproj +++ b/src/ApplePayJS/ApplePayJS.csproj @@ -2,6 +2,7 @@ InProcess JustEat.ApplePayJS + SHA256 Exe JustEat.ApplePayJS Apache-2.0