pulizia wrap + prova cambio riferimento json...

This commit is contained in:
Samuele E. Locatelli
2018-03-17 10:05:21 +01:00
parent a1ab00db5e
commit f01ac98c4a
3 changed files with 3 additions and 8 deletions
+2 -2
View File
@@ -67,8 +67,8 @@
<HintPath>ExtLibrary\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\CMS-SC\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
-5
View File
@@ -1,5 +0,0 @@
{
"projects": [
"wrap"
]
}
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AjaxControlToolkit" version="18.1.0" targetFramework="net462" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net462" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net462" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net35" />
<package id="StackExchange.Redis" version="1.2.6" targetFramework="net462" />
</packages>