Skip to content

Commit 6cadad3

Browse files
fixes references to system abstractions
1 parent e4ffdb2 commit 6cadad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Test/BridgeVs.DynamicVisualizers.Test/BridgeVs.DynamicVisualizers.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
<RequiredTargetFramework>3.5</RequiredTargetFramework>
4646
</Reference>
4747
<Reference Include="System.IO.Abstractions, Version=2.1.0.178, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL">
48-
<HintPath>..\..\..\Src\packages\System.IO.Abstractions.2.1.0.178\lib\net40\System.IO.Abstractions.dll</HintPath>
48+
<HintPath>..\..\Src\packages\System.IO.Abstractions.2.1.0.178\lib\net40\System.IO.Abstractions.dll</HintPath>
4949
</Reference>
5050
<Reference Include="TestingHelpers, Version=2.1.0.178, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL">
51-
<HintPath>..\..\..\Src\packages\System.IO.Abstractions.TestingHelpers.2.1.0.178\lib\net40\TestingHelpers.dll</HintPath>
51+
<HintPath>..\..\Src\packages\System.IO.Abstractions.TestingHelpers.2.1.0.178\lib\net40\TestingHelpers.dll</HintPath>
5252
</Reference>
5353
</ItemGroup>
5454
<Choose>

0 commit comments

Comments
 (0)