Browse Source

[Logs] Updated packages

develop
Robin Thoni 9 years ago
parent
commit
da41583196
3 changed files with 6 additions and 6 deletions
  1. 3
    3
      WebApiUtils/WebApiUtils.csproj
  2. 1
    1
      WebApiUtils/app.config
  3. 2
    2
      WebApiUtils/packages.config

+ 3
- 3
WebApiUtils/WebApiUtils.csproj View File

43
       <Private>True</Private>
43
       <Private>True</Private>
44
     </Reference>
44
     </Reference>
45
     <Reference Include="Logs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
45
     <Reference Include="Logs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46
-      <HintPath>..\packages\Logs.dll.1.2.2\lib\net45\Logs.dll</HintPath>
46
+      <HintPath>..\packages\Logs.dll.1.2.4\lib\net45\Logs.dll</HintPath>
47
       <Private>True</Private>
47
       <Private>True</Private>
48
     </Reference>
48
     </Reference>
49
     <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49
     <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62
       <HintPath>..\packages\EnterpriseLibrary.Logging.Database.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll</HintPath>
62
       <HintPath>..\packages\EnterpriseLibrary.Logging.Database.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll</HintPath>
63
       <Private>True</Private>
63
       <Private>True</Private>
64
     </Reference>
64
     </Reference>
65
-    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
66
-      <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
65
+    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
66
+      <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
67
       <Private>True</Private>
67
       <Private>True</Private>
68
     </Reference>
68
     </Reference>
69
     <Reference Include="System" />
69
     <Reference Include="System" />

+ 1
- 1
WebApiUtils/app.config View File

8
     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8
     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9
       <dependentAssembly>
9
       <dependentAssembly>
10
         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
10
         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
11
-        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
11
+        <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
12
       </dependentAssembly>
12
       </dependentAssembly>
13
     </assemblyBinding>
13
     </assemblyBinding>
14
   </runtime>
14
   </runtime>

+ 2
- 2
WebApiUtils/packages.config View File

6
   <package id="EnterpriseLibrary.Logging" version="6.0.1304.0" targetFramework="net45" />
6
   <package id="EnterpriseLibrary.Logging" version="6.0.1304.0" targetFramework="net45" />
7
   <package id="EnterpriseLibrary.Logging.Database" version="6.0.1304.0" targetFramework="net45" />
7
   <package id="EnterpriseLibrary.Logging.Database" version="6.0.1304.0" targetFramework="net45" />
8
   <package id="EntityFramework" version="6.1.3" targetFramework="net45" />
8
   <package id="EntityFramework" version="6.1.3" targetFramework="net45" />
9
-  <package id="Logs.dll" version="1.2.2" targetFramework="net45" />
9
+  <package id="Logs.dll" version="1.2.4" targetFramework="net45" />
10
   <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
10
   <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
11
   <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
11
   <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
12
   <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net45" />
12
   <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net45" />
13
-  <package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
13
+  <package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
14
 </packages>
14
 </packages>

Loading…
Cancel
Save