Fixed the path casing to compile it in linux

This commit is contained in:
Naveen
2015-12-12 14:38:09 +00:00
parent 6d8a1838f3
commit 31fa49581d
+1 -1
View File
@@ -38,7 +38,7 @@
<ItemGroup>
<Reference Include="NSubstitute, Version=1.8.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>../packages/NSubstitute.1.8.0.0/lib/NET40/NSubstitute.dll</HintPath>
<HintPath>../packages/NSubstitute.1.8.0.0/lib/net40/NSubstitute.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />