Skip to content

Commit

Permalink
Use SHA-256 for checksums
Browse files Browse the repository at this point in the history
Fix `BA2004` warning from Binskim.
  • Loading branch information
martincostello committed Oct 6, 2023
1 parent dac8b26 commit 7175878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ApplePayJS/ApplePayJS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<AssemblyName>JustEat.ApplePayJS</AssemblyName>
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
<OutputType>Exe</OutputType>
<PackageId>JustEat.ApplePayJS</PackageId>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 7175878

Please sign in to comment.