We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent71f2fab commit8275213Copy full SHA for 8275213
src/update.cmd
@@ -29,13 +29,15 @@ rem Disable strong-name validation for F# binaries built from open source
29
%SN32% -Vr FSharp.Compiler,f536804aa0eb945b
30
%SN32% -Vr FSharp.Compiler.Interactive.Settings,f536804aa0eb945b
31
%SN32% -Vr FSharp.Compiler.Server.Shared,f536804aa0eb945b
32
+%SN32% -Vr FSharp.Compiler.Hosted,b03f5f7f11d50a3a
33
34
if /i"%PROCESSOR_ARCHITECTURE%"=="AMD64" (
35
%SN64% -Vr FSharp.Core,b03f5f7f11d50a3a
36
%SN64% -Vr FSharp.Build,f536804aa0eb945b
37
%SN64% -Vr FSharp.Compiler,f536804aa0eb945b
38
%SN64% -Vr FSharp.Compiler.Interactive.Settings,f536804aa0eb945b
39
%SN64% -Vr FSharp.Compiler.Server.Shared,f536804aa0eb945b
40
+%SN64% -Vr FSharp.Compiler.Hosted,b03f5f7f11d50a3a
41
)
42
43
rem Only GACing FSharp.Core for now