Skip to content

Commit f109118

Browse files
author
Ron Petrusha
authored
Corrected typo (microsoft#1067)
1 parent fc183e7 commit f109118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/compatibility/workflow-xoml-file-checksums-changed-from-md5-to-sha256.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ when workflow projects containing XOML files build, a checksum of the contents o
1515
generated as a <xref:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.MD5Digest?displayProperty=nameWithType> value.
1616
In the .NET Framework 4.7.2 and earlier versions, this checksum hashing used the MD5
1717
algorithm, which caused issues on FIPS-enabled systems. Starting with the .NET Framework 4.8,
18-
the algorithm used is SHA256. To be compatibile with the WorkflowMarkupSourceAttribute.MD5Digest,
18+
the algorithm used is SHA256. To be compatible with the WorkflowMarkupSourceAttribute.MD5Digest,
1919
only the first 16 bytes of the generated checksum are used.
2020

2121
This may cause problems during debugging. You may need to re-build your project.

0 commit comments

Comments
 (0)