Skip to content

Commit

Permalink
Sign FCS assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok committed Nov 18, 2019
1 parent 1003fa0 commit e77d589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<Tailcalls>true</Tailcalls> <!-- .tail annotations always emitted for this binary, even in debug mode -->
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>fcs.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<Summary>The F# compiler as library. For editors, for tools, for scripting. For you.</Summary>
Expand Down
Binary file added fcs/FSharp.Compiler.Service/fcs.snk
Binary file not shown.

0 comments on commit e77d589

Please sign in to comment.