Skip to content

Commit 04e0f30

Browse files
committed
Updated NuGet package versions in FileService.
1 parent ac6475d commit 04e0f30

3 files changed

Lines changed: 27 additions & 28 deletions

File tree

FileService/FileService.dbl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ namespace FileService
3434
data eventLogLog = "Application"
3535
data eventLogSource = "FileService"
3636

37-
;TODO: There may be a compiler bug in here somewhere. The namespace prefix should not be
38-
;required (it's imported) but without it I get %DBL-E-ISSTAT, Class type required to access static member SourceExists
37+
;TODO: COMPILER BUG: Namespace prefix should not be required (it's imported)
3938
if (!System.Diagnostics.EventLog.SourceExists(eventLogSource))
4039
System.Diagnostics.EventLog.CreateEventSource(eventLogSource, eventLogLog)
4140

FileService/FileService.synproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@
4646
<Prefer32Bit>False</Prefer32Bit>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
50-
<HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath>
49+
<Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
50+
<HintPath>..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
5151
<Private>true</Private>
5252
</Reference>
53-
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
54-
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.0.0\lib\net451\Microsoft.Owin.Host.HttpListener.dll</HintPath>
53+
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
54+
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.2.2\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
5555
<Private>true</Private>
5656
</Reference>
57-
<Reference Include="Microsoft.Owin.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
58-
<HintPath>..\packages\Microsoft.Owin.Hosting.4.0.0\lib\net451\Microsoft.Owin.Hosting.dll</HintPath>
57+
<Reference Include="Microsoft.Owin.Hosting, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
58+
<HintPath>..\packages\Microsoft.Owin.Hosting.4.2.2\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
5959
<Private>true</Private>
6060
</Reference>
6161
<Reference Include="mscorlib" />
62-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
63-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
62+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
63+
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6464
<Private>true</Private>
6565
</Reference>
6666
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5">
@@ -76,22 +76,22 @@
7676
<Reference Include="System.Data" />
7777
<Reference Include="System.Management" />
7878
<Reference Include="System.Net.Http" />
79-
<Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
79+
<Reference Include="System.Net.Http.Formatting, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll</HintPath>
8181
<Private>true</Private>
8282
</Reference>
8383
<Reference Include="System.ServiceProcess" />
8484
<Reference Include="System.Web" />
85-
<Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
86-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
85+
<Reference Include="System.Web.Http, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
86+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath>
8787
<Private>true</Private>
8888
</Reference>
89-
<Reference Include="System.Web.Http.Owin, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
90-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.4\lib\net45\System.Web.Http.Owin.dll</HintPath>
89+
<Reference Include="System.Web.Http.Owin, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
90+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.9\lib\net45\System.Web.Http.Owin.dll</HintPath>
9191
<Private>true</Private>
9292
</Reference>
93-
<Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
94-
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
93+
<Reference Include="System.Web.Http.WebHost, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
94+
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
9595
<Private>true</Private>
9696
</Reference>
9797
</ItemGroup>

FileService/packages.config

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.AspNet.WebApi" version="5.2.4" targetFramework="net461" />
4-
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.4" targetFramework="net461" />
5-
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.4" targetFramework="net461" />
6-
<package id="Microsoft.AspNet.WebApi.Owin" version="5.2.4" targetFramework="net461" />
7-
<package id="Microsoft.AspNet.WebApi.OwinSelfHost" version="5.2.4" targetFramework="net461" />
8-
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.4" targetFramework="net461" />
9-
<package id="Microsoft.Owin" version="4.0.0" targetFramework="net461" />
10-
<package id="Microsoft.Owin.Host.HttpListener" version="4.0.0" targetFramework="net461" />
11-
<package id="Microsoft.Owin.Hosting" version="4.0.0" targetFramework="net461" />
12-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
3+
<package id="Microsoft.AspNet.WebApi" version="5.2.9" targetFramework="net472" />
4+
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.9" targetFramework="net472" />
5+
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.9" targetFramework="net472" />
6+
<package id="Microsoft.AspNet.WebApi.Owin" version="5.2.9" targetFramework="net472" />
7+
<package id="Microsoft.AspNet.WebApi.OwinSelfHost" version="5.2.9" targetFramework="net472" />
8+
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.9" targetFramework="net472" />
9+
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net472" />
10+
<package id="Microsoft.Owin.Host.HttpListener" version="4.2.2" targetFramework="net472" />
11+
<package id="Microsoft.Owin.Hosting" version="4.2.2" targetFramework="net472" />
12+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
1313
<package id="Owin" version="1.0" targetFramework="net461" />
1414
</packages>

0 commit comments

Comments
 (0)