Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 3, 2024
1 parent ea67e61 commit 0b79165
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/downgradeMono.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ open System.IO

#if !LEGACY_FRAMEWORK
failwith "This script is not prepared yet for dotnet6 or higher, it assumes old mono is installed. If you intended to use this for mono, then run it with fsharpi --define:LEGACY_FRAMEWORK instead of dotnet fsi."
0
#else
#r "System.Configuration"
open System.Configuration
Expand Down
1 change: 0 additions & 1 deletion scripts/downloadUbuntuDeps.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ open System.IO

#if !LEGACY_FRAMEWORK
failwith "This script is not prepared yet for dotnet6 or higher, it uses old mono packages such as 'fsharp'. If you intended to use this for mono, then run it with fsharpi --define:LEGACY_FRAMEWORK instead of dotnet fsi."
0
#else
#r "System.Configuration"
open System.Configuration
Expand Down

0 comments on commit 0b79165

Please sign in to comment.