Skip to content

Commit

Permalink
Remote.Linq-5.4.0-beta-003
Browse files Browse the repository at this point in the history
This fixes issues with AsQueryable() in functional tests like 'Method_with_constant_queryable_arg' of EFC-1.1.2
6bee/Remote.Linq#22
  • Loading branch information
azabluda committed May 21, 2017
1 parent bd043fc commit 2f12a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/InfoCarrier.Core/InfoCarrier.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
<Compile Include="obj\GitVersionTaskAssemblyInfo.g.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="aqua-core" Version="4.0.0-alpha-059" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.0" />
<PackageReference Include="Remote.Linq" Version="5.4.0-alpha-027" />
<PackageReference Include="Remote.Linq" Version="5.4.0-beta-003" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<CodeAnalysisRuleSet>..\..\Style.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="aqua-core" Version="4.0.0-alpha-059" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="1.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Remote.Linq" Version="5.4.0-alpha-027" />
<PackageReference Include="Remote.Linq.Newtonsoft.Json" Version="5.4.0-alpha-027" />
<PackageReference Include="Remote.Linq" Version="5.4.0-beta-003" />
<PackageReference Include="Remote.Linq.Newtonsoft.Json" Version="5.4.0-beta-003" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 2f12a53

Please sign in to comment.