.NET: Fix missing project file

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ec85cc05
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ec85cc05
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ec85cc05

Branch: refs/heads/ignite-zk
Commit: ec85cc05e625d32032d291c49311523d8cc6600e
Parents: e489e37
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Tue Nov 14 13:47:29 2017 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Tue Nov 14 13:47:29 2017 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ec85cc05/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
index e7302bb..6c7e2b8 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
@@ -94,6 +94,7 @@
     <Compile Include="Cache\Query\Linq\CacheLinqTest.CompiledQuery.cs" />
     <Compile Include="Cache\Query\Linq\CacheLinqTest.DateTime.cs" />
     <Compile Include="Cache\Query\Linq\CacheLinqTest.Aggregates.cs" />
+    <Compile Include="Cache\Query\Linq\CacheLinqTest.Join.cs" />
     <Compile Include="Cache\Query\Linq\CacheLinqTest.Join.LocalCollection.cs" 
/>
     <Compile Include="Cache\Query\Linq\CacheLinqTest.Strings.cs" />
     <Compile Include="Cache\Query\Linq\CacheLinqTest.Functions.cs" />

Reply via email to