Repository: ignite Updated Branches: refs/heads/ignite-1286 9b55689cf -> f3950f798
'IGNITE-1286' Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f3950f79 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f3950f79 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f3950f79 Branch: refs/heads/ignite-1286 Commit: f3950f79831c246794efc208be095b0e7e0e7ec2 Parents: 9b55689 Author: ptupitsyn <[email protected]> Authored: Mon Aug 24 16:48:53 2015 +0300 Committer: ptupitsyn <[email protected]> Committed: Mon Aug 24 16:49:46 2015 +0300 ---------------------------------------------------------------------- .../Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f3950f79/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj ---------------------------------------------------------------------- diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj index 78ddba9..6e9c9dc 100644 --- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj +++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> @@ -33,11 +33,11 @@ </PropertyGroup> <ItemGroup> <Reference Include="nunit-console-runner"> - <HintPath>..\NUnit\nunit-console-runner.dll</HintPath> + <HintPath>..\libs\nunit-console-runner.dll</HintPath> </Reference> <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\NUnit\nunit.framework.dll</HintPath> + <HintPath>..\libs\nunit.framework.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" />
