Skip to content

Commit

Permalink
pinned min f# version
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Jul 11, 2023
1 parent 8c0b0a1 commit 41af547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Donald/Donald.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>Donald</AssemblyName>
<Version>10.0.0</Version>
<Version>10.0.1</Version>

<!-- General info -->
<Description>Functional F# interface for ADO.NET.</Description>
Expand Down Expand Up @@ -35,7 +35,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.*" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 41af547

Please sign in to comment.