Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 0c152ca

Browse files
committed
Another attempt to fix NuGet references
1 parent 7093ec5 commit 0c152ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TwinRx/TwinRx.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@
3636
<Reference Include="System" />
3737
<Reference Include="System.Core" />
3838
<Reference Include="System.Reactive.Core, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
39-
<HintPath>packages\System.Reactive.Core.3.1.1\lib\net45\System.Reactive.Core.dll</HintPath>
39+
<HintPath>..\packages\System.Reactive.Core.3.1.1\lib\net45\System.Reactive.Core.dll</HintPath>
4040
<SpecificVersion>False</SpecificVersion>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="System.Reactive.Interfaces, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
44-
<HintPath>packages\System.Reactive.Interfaces.3.1.1\lib\net45\System.Reactive.Interfaces.dll</HintPath>
44+
<HintPath>..\packages\System.Reactive.Interfaces.3.1.1\lib\net45\System.Reactive.Interfaces.dll</HintPath>
4545
<SpecificVersion>False</SpecificVersion>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="System.Reactive.Linq, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
49-
<HintPath>packages\System.Reactive.Linq.3.1.1\lib\net45\System.Reactive.Linq.dll</HintPath>
49+
<HintPath>..\packages\System.Reactive.Linq.3.1.1\lib\net45\System.Reactive.Linq.dll</HintPath>
5050
<SpecificVersion>False</SpecificVersion>
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="System.Reactive.PlatformServices, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
54-
<HintPath>packages\System.Reactive.PlatformServices.3.1.1\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
54+
<HintPath>..\packages\System.Reactive.PlatformServices.3.1.1\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
5555
<SpecificVersion>False</SpecificVersion>
5656
<Private>True</Private>
5757
</Reference>

0 commit comments

Comments
 (0)