Skip to content

Commit

Permalink
Fixed incorrect FSharp.Data reference to use 3.0 pre-release for dot …
Browse files Browse the repository at this point in the history
…net core for ChrisMarinos#77
  • Loading branch information
normanhh3 committed Oct 4, 2018
1 parent 81969d2 commit 3e775c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSharpKoans/FSharpKoans.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Compile Include="PathToEnlightenment.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Data" Version="2.4.6" />
<PackageReference Include="FSharp.Data" Version="3.0.0-beta4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FSharpKoans.Core\FSharpKoans.Core.fsproj" />
Expand Down

0 comments on commit 3e775c6

Please sign in to comment.