Skip to content

Commit

Permalink
Relaxed the dependency on LiquidProjections.Abstractions
Browse files Browse the repository at this point in the history
Since there were no breaking changes between 2.x and 3.x, this package supports both.
  • Loading branch information
dennisdoomen committed Apr 20, 2018
1 parent f2dadc6 commit 10beddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Src/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</releaseNotes>
<dependencies>
<group>
<dependency id="LiquidProjections.Abstractions" version="[2.0, 3.0)" />
<dependency id="LiquidProjections.Abstractions" version="[2.0, 4.0)" />
<dependency id="Microsoft.CSharp" version="4.3.0" />
<dependency id="System.Dynamic.Runtime" version="4.3.0" />
</group>
Expand Down
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#tool "nuget:?package=xunit.runner.console"
#tool "nuget:?package=GitVersion.CommandLine"
#addin "Cake.Incubator"

//////////////////////////////////////////////////////////////////////
// ARGUMENTS
Expand Down

0 comments on commit 10beddc

Please sign in to comment.