We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f030b21 commit ff32c69Copy full SHA for ff32c69
1 file changed
src/FSharp.SystemCommandLine/FSharp.SystemCommandLine.fsproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
<Version>0.15.0-beta4</Version>
7
<Description>F# computation expressions for working with the System.CommandLine API.</Description>
0 commit comments