Skip to content

Commit 45efba7

Browse files
committed
v0.9.0-beta
1 parent a397ae4 commit 45efba7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/FSharp.SystemCommandLine/FSharp.SystemCommandLine.fsproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6-
<Version>0.8.0-beta</Version>
6+
<Version>0.9.0-beta</Version>
77
<Description>F# computation expressions for working with the System.CommandLine API.</Description>
88
<Authors>Jordan Marr</Authors>
99
<PackageTags>F# fsharp System.CommandLine</PackageTags>
@@ -20,4 +20,8 @@
2020
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
2121
</ItemGroup>
2222

23+
<ItemGroup>
24+
<PackageReference Update="FSharp.Core" Version="6.0.0" />
25+
</ItemGroup>
26+
2327
</Project>

0 commit comments

Comments
 (0)