Skip to content

Commit edd46c6

Browse files
Fix breaking change from rebasing on master
1 parent de80a93 commit edd46c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/fsc.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ let main1OfAst (ctok, legacyReferenceResolver, openBinariesInMemory, assemblyNam
18981898

18991899
// Try to find an AssemblyVersion attribute
19001900
let assemVerFromAttrib =
1901-
match AttributeHelpers.TryFindVersionAttribute tcGlobals "System.Reflection.AssemblyVersionAttribute" "AssemblyVersionAttribute" topAttrs.assemblyAttrs with
1901+
match AttributeHelpers.TryFindVersionAttribute tcGlobals "System.Reflection.AssemblyVersionAttribute" "AssemblyVersionAttribute" topAttrs.assemblyAttrs tcConfig.deterministic with
19021902
| Some v ->
19031903
match tcConfig.version with
19041904
| VersionNone -> Some v

0 commit comments

Comments
 (0)