Skip to content

Commit a0c2ed7

Browse files
committed
Updated dependencies to latest stable
1 parent bdf7d0e commit a0c2ed7

31 files changed

+144
-161
lines changed

Source/Api/Exceptionless.Api.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Elasticsearch.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Elasticsearch.Net.1.8.0\lib\net45\Elasticsearch.Net.dll</HintPath>
54+
<HintPath>..\..\packages\Elasticsearch.Net.1.9.0\lib\net45\Elasticsearch.Net.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Exceptionless.DateTimeExtensions, Version=3.2.53.0, Culture=neutral, processorArchitecture=MSIL">
@@ -62,24 +62,24 @@
6262
<HintPath>..\..\packages\FluentValidation.6.2.1.0\lib\Net45\FluentValidation.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
65-
<Reference Include="Foundatio, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
66-
<HintPath>..\..\packages\Foundatio.4.1.1009\lib\net451\Foundatio.dll</HintPath>
65+
<Reference Include="Foundatio, Version=4.2.1150.0, Culture=neutral, processorArchitecture=MSIL">
66+
<HintPath>..\..\packages\Foundatio.4.2.1150\lib\net46\Foundatio.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="Foundatio.Repositories, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
70-
<HintPath>..\..\packages\Foundatio.Repositories.1.0.54\lib\net451\Foundatio.Repositories.dll</HintPath>
70+
<HintPath>..\..\packages\Foundatio.Repositories.1.0.87\lib\net46\Foundatio.Repositories.dll</HintPath>
7171
<Private>True</Private>
7272
</Reference>
7373
<Reference Include="Foundatio.Repositories.Elasticsearch, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
74-
<HintPath>..\..\packages\Foundatio.Repositories.Elasticsearch.1.0.54\lib\net451\Foundatio.Repositories.Elasticsearch.dll</HintPath>
74+
<HintPath>..\..\packages\Foundatio.Repositories.Elasticsearch.1.0.87\lib\net46\Foundatio.Repositories.Elasticsearch.dll</HintPath>
7575
<Private>True</Private>
7676
</Reference>
7777
<Reference Include="McSherry.SemanticVersioning, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
7878
<HintPath>..\..\packages\McSherry.SemanticVersioning.1.2.0\lib\net45\McSherry.SemanticVersioning.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
81-
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82-
<HintPath>..\..\packages\Microsoft.AspNet.SignalR.Core.2.2.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
81+
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<HintPath>..\..\packages\Microsoft.AspNet.SignalR.Core.2.2.1\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
8383
<Private>True</Private>
8484
</Reference>
8585
<Reference Include="Microsoft.CSharp" />
@@ -104,11 +104,11 @@
104104
<Private>True</Private>
105105
</Reference>
106106
<Reference Include="Nest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
107-
<HintPath>..\..\packages\NEST.1.8.0\lib\net45\Nest.dll</HintPath>
107+
<HintPath>..\..\packages\NEST.1.9.0\lib\net45\Nest.dll</HintPath>
108108
<Private>True</Private>
109109
</Reference>
110-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
111-
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
110+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
111+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
112112
<Private>True</Private>
113113
</Reference>
114114
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">

Source/Api/Web.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<add key="StorageFolder" value="|DataDirectory|\storage" />
2929
<!-- Runs the jobs in the current website process -->
3030
<add key="RunJobsInProcess" value="true" />
31-
3231
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
3332
</appSettings>
3433
<system.net>
@@ -92,7 +91,7 @@
9291
</dependentAssembly>
9392
<dependentAssembly>
9493
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
95-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
94+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
9695
</dependentAssembly>
9796
<dependentAssembly>
9897
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
@@ -144,4 +143,4 @@
144143
</dependentAssembly>
145144
</assemblyBinding>
146145
</runtime>
147-
</configuration>
146+
</configuration>

Source/Api/packages.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AutoMapper" version="4.2.1" targetFramework="net461" />
4-
<package id="Elasticsearch.Net" version="1.8.0" targetFramework="net461" />
4+
<package id="Elasticsearch.Net" version="1.9.0" targetFramework="net461" />
55
<package id="Exceptionless.DateTimeExtensions" version="3.2.53" targetFramework="net461" />
66
<package id="FluentValidation" version="6.2.1.0" targetFramework="net461" />
7-
<package id="Foundatio" version="4.1.1009" targetFramework="net461" />
8-
<package id="Foundatio.Repositories" version="1.0.54" targetFramework="net461" />
9-
<package id="Foundatio.Repositories.Elasticsearch" version="1.0.54" targetFramework="net461" />
7+
<package id="Foundatio" version="4.2.1150" targetFramework="net461" />
8+
<package id="Foundatio.Repositories" version="1.0.87" targetFramework="net461" />
9+
<package id="Foundatio.Repositories.Elasticsearch" version="1.0.87" targetFramework="net461" />
1010
<package id="McSherry.SemanticVersioning" version="1.2.0" targetFramework="net461" />
1111
<package id="Microsoft.AspNet.Cors" version="5.2.3" targetFramework="net461" />
12-
<package id="Microsoft.AspNet.SignalR.Core" version="2.2.0" targetFramework="net461" />
12+
<package id="Microsoft.AspNet.SignalR.Core" version="2.2.1" targetFramework="net461" />
1313
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net461" />
1414
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net461" />
1515
<package id="Microsoft.AspNet.WebApi.Cors" version="5.2.3" targetFramework="net461" />
@@ -20,8 +20,8 @@
2020
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net461" />
2121
<package id="Microsoft.Owin.Security" version="3.0.1" targetFramework="net461" />
2222
<package id="modernhttpclient" version="2.4.2" targetFramework="net461" />
23-
<package id="NEST" version="1.8.0" targetFramework="net461" />
24-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
23+
<package id="NEST" version="1.9.0" targetFramework="net461" />
24+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
2525
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net461" />
2626
<package id="OAuth2" version="0.8.37" targetFramework="net461" />
2727
<package id="Owin" version="1.0" targetFramework="net461" />

Source/Core/Exceptionless.Core.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Elasticsearch.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
49-
<HintPath>..\..\packages\Elasticsearch.Net.1.8.0\lib\net45\Elasticsearch.Net.dll</HintPath>
49+
<HintPath>..\..\packages\Elasticsearch.Net.1.9.0\lib\net45\Elasticsearch.Net.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="Exceptionless.DateTimeExtensions, Version=3.2.53.0, Culture=neutral, processorArchitecture=MSIL">
@@ -61,16 +61,16 @@
6161
<HintPath>..\..\packages\FluentValidation.6.2.1.0\lib\Net45\FluentValidation.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
64-
<Reference Include="Foundatio, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
65-
<HintPath>..\..\packages\Foundatio.4.1.1009\lib\net451\Foundatio.dll</HintPath>
64+
<Reference Include="Foundatio, Version=4.2.1150.0, Culture=neutral, processorArchitecture=MSIL">
65+
<HintPath>..\..\packages\Foundatio.4.2.1150\lib\net46\Foundatio.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
6868
<Reference Include="Foundatio.Repositories, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
69-
<HintPath>..\..\packages\Foundatio.Repositories.1.0.54\lib\net451\Foundatio.Repositories.dll</HintPath>
69+
<HintPath>..\..\packages\Foundatio.Repositories.1.0.87\lib\net46\Foundatio.Repositories.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Foundatio.Repositories.Elasticsearch, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
73-
<HintPath>..\..\packages\Foundatio.Repositories.Elasticsearch.1.0.54\lib\net451\Foundatio.Repositories.Elasticsearch.dll</HintPath>
73+
<HintPath>..\..\packages\Foundatio.Repositories.Elasticsearch.1.0.87\lib\net46\Foundatio.Repositories.Elasticsearch.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
@@ -90,11 +90,11 @@
9090
<Private>True</Private>
9191
</Reference>
9292
<Reference Include="Nest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
93-
<HintPath>..\..\packages\NEST.1.8.0\lib\net45\Nest.dll</HintPath>
93+
<HintPath>..\..\packages\NEST.1.9.0\lib\net45\Nest.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
96-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
97-
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
96+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
97+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
9898
<Private>True</Private>
9999
</Reference>
100100
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">

Source/Core/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AutoMapper" version="4.2.1" targetFramework="net461" />
4-
<package id="Elasticsearch.Net" version="1.8.0" targetFramework="net461" />
4+
<package id="Elasticsearch.Net" version="1.9.0" targetFramework="net461" />
55
<package id="Exceptionless.DateTimeExtensions" version="3.2.53" targetFramework="net461" />
66
<package id="Exceptionless.LuceneQueryParser" version="1.0.40" targetFramework="net461" />
77
<package id="FluentValidation" version="6.2.1.0" targetFramework="net461" />
8-
<package id="Foundatio" version="4.1.1009" targetFramework="net461" />
9-
<package id="Foundatio.Repositories" version="1.0.54" targetFramework="net461" />
10-
<package id="Foundatio.Repositories.Elasticsearch" version="1.0.54" targetFramework="net461" />
8+
<package id="Foundatio" version="4.2.1150" targetFramework="net461" />
9+
<package id="Foundatio.Repositories" version="1.0.87" targetFramework="net461" />
10+
<package id="Foundatio.Repositories.Elasticsearch" version="1.0.87" targetFramework="net461" />
1111
<package id="MaxMind.Db" version="2.0.0" targetFramework="net461" />
1212
<package id="MaxMind.GeoIP2" version="2.6.0" targetFramework="net461" />
1313
<package id="McSherry.SemanticVersioning" version="1.2.0" targetFramework="net461" />
1414
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
1515
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net461" />
1616
<package id="modernhttpclient" version="2.4.2" targetFramework="net461" />
17-
<package id="NEST" version="1.8.0" targetFramework="net461" />
18-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
17+
<package id="NEST" version="1.9.0" targetFramework="net461" />
18+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
1919
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net461" />
2020
<package id="Pegasus" version="3.1.2" targetFramework="net461" />
2121
<package id="RazorEngine" version="3.8.2" targetFramework="net461" />

Source/Insulation/Exceptionless.Insulation.csproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,32 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Exceptionless, Version=4.0.1883.0, Culture=neutral, processorArchitecture=MSIL">
34-
<HintPath>..\..\packages\Exceptionless.4.0.1883\lib\net45\Exceptionless.dll</HintPath>
33+
<Reference Include="Exceptionless, Version=4.0.1886.0, Culture=neutral, processorArchitecture=MSIL">
34+
<HintPath>..\..\packages\Exceptionless.4.0.1886\lib\net45\Exceptionless.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="Exceptionless.NLog, Version=4.0.1883.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\..\packages\Exceptionless.NLog.4.0.1883\lib\net45\Exceptionless.NLog.dll</HintPath>
37+
<Reference Include="Exceptionless.NLog, Version=4.0.1886.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\..\packages\Exceptionless.NLog.4.0.1886\lib\net45\Exceptionless.NLog.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41-
<Reference Include="Exceptionless.WebApi, Version=4.0.1883.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\Exceptionless.WebApi.4.0.1883\lib\net45\Exceptionless.WebApi.dll</HintPath>
41+
<Reference Include="Exceptionless.WebApi, Version=4.0.1886.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\Exceptionless.WebApi.4.0.1886\lib\net45\Exceptionless.WebApi.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="Foundatio, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\..\packages\Foundatio.4.1.1009\lib\net451\Foundatio.dll</HintPath>
45+
<Reference Include="Foundatio, Version=4.2.1150.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\..\packages\Foundatio.4.2.1150\lib\net46\Foundatio.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
49-
<Reference Include="Foundatio.AzureStorage, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\..\packages\Foundatio.AzureStorage.4.1.1009\lib\net451\Foundatio.AzureStorage.dll</HintPath>
49+
<Reference Include="Foundatio.AzureStorage, Version=4.2.1150.0, Culture=neutral, processorArchitecture=MSIL">
50+
<HintPath>..\..\packages\Foundatio.AzureStorage.4.2.1150\lib\net46\Foundatio.AzureStorage.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="Foundatio.Logging.NLog, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Foundatio.Logging.NLog.4.1.1009\lib\net46\Foundatio.Logging.NLog.dll</HintPath>
53+
<Reference Include="Foundatio.Logging.NLog, Version=4.2.1150.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\..\packages\Foundatio.Logging.NLog.4.2.1150\lib\net46\Foundatio.Logging.NLog.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="Foundatio.Redis, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\Foundatio.Redis.4.1.1009\lib\net451\Foundatio.Redis.dll</HintPath>
57+
<Reference Include="Foundatio.Redis, Version=4.2.1150.0, Culture=neutral, processorArchitecture=MSIL">
58+
<HintPath>..\..\packages\Foundatio.Redis.4.2.1150\lib\net46\Foundatio.Redis.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="Geocoding, Version=3.4.0.0, Culture=neutral, PublicKeyToken=7c714700b88674c7, processorArchitecture=MSIL">
@@ -86,8 +86,8 @@
8686
<HintPath>..\..\packages\WindowsAzure.Storage.6.2.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
8787
<Private>True</Private>
8888
</Reference>
89-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
90-
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
89+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
90+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
9191
<Private>True</Private>
9292
</Reference>
9393
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -103,7 +103,7 @@
103103
<Private>True</Private>
104104
</Reference>
105105
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
106-
<HintPath>..\..\packages\NLog.4.4.0-beta12\lib\net45\NLog.dll</HintPath>
106+
<HintPath>..\..\packages\NLog.4.3.5\lib\net45\NLog.dll</HintPath>
107107
<Private>True</Private>
108108
</Reference>
109109
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
@@ -123,8 +123,8 @@
123123
<Private>True</Private>
124124
</Reference>
125125
<Reference Include="System" />
126-
<Reference Include="System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127-
<HintPath>..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll</HintPath>
126+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127+
<HintPath>..\..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
128128
<Private>True</Private>
129129
</Reference>
130130
<Reference Include="System.Configuration" />

0 commit comments

Comments
 (0)