Skip to content

Commit

Permalink
Silence Rider warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Aug 15, 2019
1 parent d99e0d9 commit e05e258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/Tutorial/Todo.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Compile Tutorial.fsproj by either a) right-clicking or b) typing
// dotnet build samples/Tutorial before attempting to send this to FSI with Alt-Enter
#if VISUALSTUDIO
#r "netstandard"
#endif
#I "bin/Debug/netstandard2.0/"
#r "Serilog.dll"
#r "Serilog.Sinks.Console.dll"
Expand Down

0 comments on commit e05e258

Please sign in to comment.