Skip to content

Commit 14a0260

Browse files
waynemunroanaisbetts
authored andcommitted
Fixed references for build.
1 parent 3ac96c9 commit 14a0260

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

ReactiveUI.Routing.Tests/ReactiveUI.Routing.Tests.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,15 @@
3232
</PropertyGroup>
3333
<ItemGroup>
3434
<Reference Include="Microsoft.Reactive.Testing">
35-
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\..\ext\Microsoft.Reactive.Testing.dll</HintPath>
35+
<HintPath>..\ext\Microsoft.Reactive.Testing.dll</HintPath>
3736
</Reference>
3837
<Reference Include="PresentationCore" />
3938
<Reference Include="PresentationFramework" />
4039
<Reference Include="System" />
4140
<Reference Include="System.ComponentModel.DataAnnotations" />
4241
<Reference Include="System.Core" />
4342
<Reference Include="System.Reactive">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\..\ext\System.Reactive.dll</HintPath>
43+
<HintPath>..\ext\System.Reactive.dll</HintPath>
4644
</Reference>
4745
<Reference Include="System.Xaml" />
4846
<Reference Include="System.Xml.Linq" />

ReactiveUI.Routing/ReactiveUI.Routing.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@
4040
<Reference Include="System" />
4141
<Reference Include="System.Core" />
4242
<Reference Include="System.Reactive">
43-
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\..\ext\System.Reactive.dll</HintPath>
43+
<HintPath>..\ext\System.Reactive.dll</HintPath>
4544
</Reference>
4645
<Reference Include="System.Reactive.Windows.Threading">
47-
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\..\ext\System.Reactive.Windows.Threading.dll</HintPath>
46+
<HintPath>..\ext\System.Reactive.Windows.Threading.dll</HintPath>
4947
</Reference>
5048
<Reference Include="System.Runtime.Serialization" />
5149
<Reference Include="System.Xaml" />

ReactiveUI.Tests/ReactiveUI.Tests.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
<SpecificVersion>False</SpecificVersion>
5757
<HintPath>..\ext\System.Reactive.dll</HintPath>
5858
</Reference>
59-
<Reference Include="System.Reactive.Windows.Threading, Version=1.1.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
59+
<Reference Include="System.Reactive.Windows.Threading">
60+
<HintPath>..\ext\System.Reactive.Windows.Threading.dll</HintPath>
61+
</Reference>
6062
<Reference Include="System.Runtime.Serialization" />
6163
<Reference Include="System.Xaml" />
6264
<Reference Include="System.Xml" />

0 commit comments

Comments
 (0)