Skip to content

Commit 6c56223

Browse files
committed
- fixes path to assemblies
1 parent 280f99b commit 6c56223

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

src/Core/Vipr/Vipr.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141
<ItemGroup>
4242
<Reference Include="DocoptNet">
43-
<HintPath>$(DepsPath)packages\docopt.net.0.6.1.6\lib\net40\DocoptNet.dll</HintPath>
43+
<HintPath>$(DepsPath)packages\docopt.net.0.6.1.10\lib\net40\DocoptNet.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="Its.Configuration">
@@ -60,9 +60,9 @@
6060
<HintPath>$(DepsPath)packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
63-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
63+
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
6464
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>$(DepsPath)packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
65+
<HintPath>$(DepsPath)packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
6868
<Reference Include="Nito.AsyncEx, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">

src/Readers/Vipr.Reader.OData.v4/Vipr.Reader.OData.v4.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Microsoft.OData.Client, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39-
<HintPath>$(DepsPath)packages\Microsoft.OData.Client.7.7.2\lib\net45\Microsoft.OData.Client.dll</HintPath>
38+
<Reference Include="Microsoft.OData.Client, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39+
<HintPath>$(DepsPath)packages\Microsoft.OData.Client.7.7.3\lib\net45\Microsoft.OData.Client.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Microsoft.OData.Core, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42-
<HintPath>$(DepsPath)packages\Microsoft.OData.Core.7.7.2\lib\net45\Microsoft.OData.Core.dll</HintPath>
41+
<Reference Include="Microsoft.OData.Core, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42+
<HintPath>$(DepsPath)packages\Microsoft.OData.Core.7.7.3\lib\net45\Microsoft.OData.Core.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Microsoft.OData.Edm, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45-
<HintPath>$(DepsPath)packages\Microsoft.OData.Edm.7.7.2\lib\net45\Microsoft.OData.Edm.dll</HintPath>
44+
<Reference Include="Microsoft.OData.Edm, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45+
<HintPath>$(DepsPath)packages\Microsoft.OData.Edm.7.7.3\lib\net45\Microsoft.OData.Edm.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Microsoft.Spatial, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48-
<HintPath>$(DepsPath)packages\Microsoft.Spatial.7.7.2\lib\net45\Microsoft.Spatial.dll</HintPath>
47+
<Reference Include="Microsoft.Spatial, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48+
<HintPath>$(DepsPath)packages\Microsoft.Spatial.7.7.3\lib\net45\Microsoft.Spatial.dll</HintPath>
4949
</Reference>
5050
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
5151
<HintPath>$(DepsPath)packages\NLog.4.7.5\lib\net45\NLog.dll</HintPath>

test/ODataReader.v4UnitTests/ODataReader.v4UnitTests.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
<Private>True</Private>
5353
</Reference>
5454
<Reference Include="Microsoft.CSharp" />
55-
<Reference Include="Microsoft.OData.Client, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>$(DepsPath)packages\Microsoft.OData.Client.7.7.2\lib\net45\Microsoft.OData.Client.dll</HintPath>
55+
<Reference Include="Microsoft.OData.Client, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<HintPath>$(DepsPath)packages\Microsoft.OData.Client.7.7.3\lib\net45\Microsoft.OData.Client.dll</HintPath>
5757

5858
</Reference>
59-
<Reference Include="Microsoft.OData.Core, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<HintPath>$(DepsPath)packages\Microsoft.OData.Core.7.7.2\lib\net45\Microsoft.OData.Core.dll</HintPath>
59+
<Reference Include="Microsoft.OData.Core, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60+
<HintPath>$(DepsPath)packages\Microsoft.OData.Core.7.7.3\lib\net45\Microsoft.OData.Core.dll</HintPath>
6161

6262
</Reference>
63-
<Reference Include="Microsoft.OData.Edm, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64-
<HintPath>$(DepsPath)packages\Microsoft.OData.Edm.7.7.2\lib\net45\Microsoft.OData.Edm.dll</HintPath>
63+
<Reference Include="Microsoft.OData.Edm, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<HintPath>$(DepsPath)packages\Microsoft.OData.Edm.7.7.3\lib\net45\Microsoft.OData.Edm.dll</HintPath>
6565

6666
</Reference>
67-
<Reference Include="Microsoft.Spatial, Version=7.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68-
<HintPath>$(DepsPath)packages\Microsoft.Spatial.7.7.2\lib\net45\Microsoft.Spatial.dll</HintPath>
67+
<Reference Include="Microsoft.Spatial, Version=7.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68+
<HintPath>$(DepsPath)packages\Microsoft.Spatial.7.7.3\lib\net45\Microsoft.Spatial.dll</HintPath>
6969

7070
</Reference>
7171
<Reference Include="System" />
@@ -75,14 +75,14 @@
7575
<Reference Include="System.Xml" />
7676
<Reference Include="System.Xml.Linq" />
7777
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
78-
<HintPath>$(DepsPath)packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
78+
<HintPath>$(DepsPath)packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
7979
</Reference>
8080
<Reference Include="xunit.assert">
81-
<HintPath>$(DepsPath)packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
81+
<HintPath>$(DepsPath)packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
8484
<Reference Include="xunit.core">
85-
<HintPath>$(DepsPath)packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
85+
<HintPath>$(DepsPath)packages\xunit.extensibility.core.2.4.1\lib\netstandard1.1\xunit.core.dll</HintPath>
8686
</Reference>
8787
</ItemGroup>
8888
<Choose>

0 commit comments

Comments
 (0)