Skip to content

Commit

Permalink
Use correctly packaged verion of FSharp.Quotations nuget package (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivog authored and Aaronontheweb committed May 9, 2018
1 parent 843ecc2 commit 75eca06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.FSharp/Akka.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Quotations.Evaluator" Version="1.1.0" />
<PackageReference Include="FSharp.Quotations.Evaluator" Version="1.1.2" />
<PackageReference Include="FsPickler" Version="5.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 75eca06

Please sign in to comment.