Skip to content

Commit

Permalink
Merge pull request #100 from xyncro/ninjarobot-patch-1
Browse files Browse the repository at this point in the history
Setting minimum FSharp.Core to 4.3.4
  • Loading branch information
panesofglass authored Oct 6, 2018
2 parents 3558cbe + 2ce0cea commit 62fa029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Chiron/Chiron.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<Compile Include="Chiron.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.5.2" />
<PackageReference Update="FSharp.Core" Version="4.3.4" />
<PackageReference Include="Aether" Version="8.2.0" />
<PackageReference Include="FParsec" Version="1.0.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 62fa029

Please sign in to comment.