We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3a7d1 commit 88d9eaeCopy full SHA for 88d9eae
Showcase.fsx
@@ -1,5 +1,5 @@
1
#r "nuget: Spectre.Console, 0.46.0"
2
-#r "src/FsSpectre/bin/Debug/net8.0/FsSpectre.dll"
+#r "src/FsSpectre/bin/Debug/netstandard2.0/FsSpectre.dll"
3
4
open System
5
open Spectre.Console
src/FsSpectre/FsSpectre.fsproj
@@ -4,7 +4,7 @@
<Title>FsSpectre</Title>
<Description>Spectre.Console with with F# style.</Description>
6
<!-- Build settings -->
7
- <TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0</TargetFrameworks>
8
<DebugType>portable</DebugType>
9
<OutputType>Library</OutputType>
10
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments