Skip to content

Commit 01cfa36

Browse files
authored
Add ChecksumAlgorithm to System.Private.Windows.GdiPlus (dotnet#12653)
1 parent dc67593 commit 01cfa36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Private.Windows.GdiPlus/System.Private.Windows.GdiPlus.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<Nullable>enable</Nullable>
1010
<StrongNameKeyId>ECMA</StrongNameKeyId>
11+
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
1112
<!--
1213
We align casing and naming with Win32 API. As such some types have all lower case names, which
1314
in theory may conflict with new C# keywords in the future. Our types here are internal so end

0 commit comments

Comments
 (0)