Skip to content

Commit 88d9eae

Browse files
committed
Drop net8.0 target framework
1 parent dc3a7d1 commit 88d9eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Showcase.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#r "nuget: Spectre.Console, 0.46.0"
2-
#r "src/FsSpectre/bin/Debug/net8.0/FsSpectre.dll"
2+
#r "src/FsSpectre/bin/Debug/netstandard2.0/FsSpectre.dll"
33

44
open System
55
open Spectre.Console

src/FsSpectre/FsSpectre.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Title>FsSpectre</Title>
55
<Description>Spectre.Console with with F# style.</Description>
66
<!-- Build settings -->
7-
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
7+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
88
<DebugType>portable</DebugType>
99
<OutputType>Library</OutputType>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)