Skip to content

Commit 901c671

Browse files
committed
Fix
1 parent cbcf0ef commit 901c671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsSpectre/FsSpectre.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0;netstandard2.0</TargetFramework>
3+
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<Title>Spectre.Console with with F# style.</Title>
66
<Description>FsSpectre is a small library that extends Spectre.Console and allow to write beautiful console applications in a declarative and more F#-friendly way.</Description>

0 commit comments

Comments
 (0)