Переглянути джерело

[Logs] Updated packages

develop
Robin Thoni 9 роки тому
джерело
коміт
da41583196

+ 3
- 3
WebApiUtils/WebApiUtils.csproj Переглянути файл

@@ -43,7 +43,7 @@
43 43
       <Private>True</Private>
44 44
     </Reference>
45 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 47
       <Private>True</Private>
48 48
     </Reference>
49 49
     <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -62,8 +62,8 @@
62 62
       <HintPath>..\packages\EnterpriseLibrary.Logging.Database.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll</HintPath>
63 63
       <Private>True</Private>
64 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 67
       <Private>True</Private>
68 68
     </Reference>
69 69
     <Reference Include="System" />

+ 1
- 1
WebApiUtils/app.config Переглянути файл

@@ -8,7 +8,7 @@
8 8
     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9 9
       <dependentAssembly>
10 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 12
       </dependentAssembly>
13 13
     </assemblyBinding>
14 14
   </runtime>

+ 2
- 2
WebApiUtils/packages.config Переглянути файл

@@ -6,9 +6,9 @@
6 6
   <package id="EnterpriseLibrary.Logging" version="6.0.1304.0" targetFramework="net45" />
7 7
   <package id="EnterpriseLibrary.Logging.Database" version="6.0.1304.0" targetFramework="net45" />
8 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 10
   <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
11 11
   <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
12 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 14
 </packages>

Завантаження…
Відмінити
Зберегти