Skip to content

Commit

Permalink
make zzz_RavenDB_Release compile (reference 3.0 instead of 3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
myarichuk committed Jul 7, 2015
1 parent e3131ea commit 4ccf8a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<Name>Raven.Abstractions</Name>
</ProjectReference>
<ProjectReference Include="..\..\Raven.Client.Lightweight\Raven.Client.Lightweight.csproj">
<Project>{4E087ECB-E7CA-4891-AC3C-3C76702715B6}</Project>
<Project>{4e087ecb-e7ca-4891-ac3c-3c76702715b6}</Project>
<Name>Raven.Client.Lightweight</Name>
</ProjectReference>
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Raven.Tests.Core/Querying/Linq.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
// Copyright (c) Hibernating Rhinos LTD. All rights reserved.
// </copyright>
// -----------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Raven.Tests.Core.Utils.Entities;
using Xunit;

Expand Down

0 comments on commit 4ccf8a6

Please sign in to comment.