Skip to content

Commit ff32c69

Browse files
committed
Target framework .net 2.0 too matching with System.CommmandLine
1 parent f030b21 commit ff32c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.SystemCommandLine/FSharp.SystemCommandLine.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<Version>0.15.0-beta4</Version>
77
<Description>F# computation expressions for working with the System.CommandLine API.</Description>

0 commit comments

Comments
 (0)