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 a397ae4 commit 45efba7Copy full SHA for 45efba7
src/FSharp.SystemCommandLine/FSharp.SystemCommandLine.fsproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
- <Version>0.8.0-beta</Version>
+ <Version>0.9.0-beta</Version>
7
<Description>F# computation expressions for working with the System.CommandLine API.</Description>
8
<Authors>Jordan Marr</Authors>
9
<PackageTags>F# fsharp System.CommandLine</PackageTags>
@@ -20,4 +20,8 @@
20
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
21
</ItemGroup>
22
23
+ <ItemGroup>
24
+ <PackageReference Update="FSharp.Core" Version="6.0.0" />
25
+ </ItemGroup>
26
+
27
</Project>
0 commit comments