Skip to content

Commit 0f7501c

Browse files
author
dotnet-automerge-bot
authored
Merge pull request #7496 from dotnet/merges/release/dev16.3-to-release/dev16.4
Merge release/dev16.3 to release/dev16.4
2 parents dbc260c + 0422ff2 commit 0f7501c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/absil/ilwritepdb.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ let pdbChecksumDebugInfo timestamp (checksumPdbChunk: BinaryChunk) (algorithmNam
203203
buffer
204204
{ iddCharacteristics = 0 // Reserved
205205
iddMajorVersion = 1 // VersionMajor should be 1
206-
iddMinorVersion = 0x0100 // VersionMinor should be 0x0100
206+
iddMinorVersion = 0 // VersionMinor should be 0
207207
iddType = 19 // IMAGE_DEBUG_TYPE_CHECKSUMPDB
208208
iddTimestamp = timestamp
209209
iddData = iddBuffer // Path name to the pdb file when built

0 commit comments

Comments
 (0)