Upgraded Nlog, NCrunch

This commit is contained in:
Keivan Beigi
2016-12-28 22:19:36 -08:00
parent a34e69b35b
commit a2ce435239
34 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.3.11\lib\net40\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
+1 -1
View File
@@ -3,6 +3,6 @@
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net40" />
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net40" />
<package id="NLog" version="4.3.11" targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
</packages>