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

Commit 778e21a

Browse files
committed
Fix NuGet references in Samples
1 parent 0c152ca commit 778e21a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TestApplication/Samples.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
<Reference Include="System" />
3636
<Reference Include="System.Core" />
3737
<Reference Include="System.Reactive.Core, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
38-
<HintPath>..\TwinRx\packages\System.Reactive.Core.3.1.1\lib\net45\System.Reactive.Core.dll</HintPath>
38+
<HintPath>..\packages\System.Reactive.Core.3.1.1\lib\net45\System.Reactive.Core.dll</HintPath>
3939
<SpecificVersion>False</SpecificVersion>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="System.Reactive.Interfaces, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
43-
<HintPath>..\TwinRx\packages\System.Reactive.Interfaces.3.1.1\lib\net45\System.Reactive.Interfaces.dll</HintPath>
43+
<HintPath>..\packages\System.Reactive.Interfaces.3.1.1\lib\net45\System.Reactive.Interfaces.dll</HintPath>
4444
<SpecificVersion>False</SpecificVersion>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="System.Reactive.Linq, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
48-
<HintPath>..\TwinRx\packages\System.Reactive.Linq.3.1.1\lib\net45\System.Reactive.Linq.dll</HintPath>
48+
<HintPath>..\packages\System.Reactive.Linq.3.1.1\lib\net45\System.Reactive.Linq.dll</HintPath>
4949
<SpecificVersion>False</SpecificVersion>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="System.Reactive.PlatformServices, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
53-
<HintPath>..\TwinRx\packages\System.Reactive.PlatformServices.3.1.1\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
53+
<HintPath>..\packages\System.Reactive.PlatformServices.3.1.1\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
5454
<SpecificVersion>False</SpecificVersion>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System.Reactive.Windows.Threading, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
58-
<HintPath>..\TwinRx\packages\System.Reactive.Windows.Threading.3.1.1\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
58+
<HintPath>..\packages\System.Reactive.Windows.Threading.3.1.1\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
5959
<SpecificVersion>False</SpecificVersion>
6060
<Private>True</Private>
6161
</Reference>

0 commit comments

Comments
 (0)