Skip to content

Commit 3cf16c9

Browse files
committed
updated Newtonsoft.Json
1 parent b805df1 commit 3cf16c9

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

LetsEncrypt-SiteExtension/LetsEncrypt.SiteExtension.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
<Reference Include="NCrontab, Version=3.2.20120.0, Culture=neutral, processorArchitecture=MSIL">
107107
<HintPath>..\packages\ncrontab.3.3.0\lib\net35\NCrontab.dll</HintPath>
108108
</Reference>
109-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
110-
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
109+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
110+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
111111
</Reference>
112112
<Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
113113
<HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>

LetsEncrypt-SiteExtension/Web.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<runtime>
6363
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6464
<dependentAssembly>
65-
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
66-
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
65+
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
66+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
6767
</dependentAssembly>
6868
<dependentAssembly>
6969
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />

LetsEncrypt-SiteExtension/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net461" />
2929
<package id="Modernizr" version="2.6.2" targetFramework="net45" />
3030
<package id="ncrontab" version="3.3.0" targetFramework="net461" />
31-
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
31+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
3232
<package id="Swashbuckle" version="5.6.0" targetFramework="net461" />
3333
<package id="Swashbuckle.Core" version="5.6.0" targetFramework="net461" />
3434
<package id="System.IO" version="4.3.0" targetFramework="net48" />

LetsEncrypt.SiteExtension.Test/LetsEncrypt.SiteExtension.Test.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7373
</PropertyGroup>
7474
<ItemGroup>
75-
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
76-
<HintPath>..\packages\Portable.BouncyCastle.1.8.5\lib\net40\BouncyCastle.Crypto.dll</HintPath>
75+
<Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
76+
<HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
7777
</Reference>
7878
<Reference Include="Microsoft.Azure.Management.Websites, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7979
<HintPath>..\packages\Microsoft.Azure.Management.Websites.2.0.1\lib\net452\Microsoft.Azure.Management.Websites.dll</HintPath>
@@ -91,8 +91,8 @@
9191
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9292
<HintPath>..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.18\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
9393
</Reference>
94-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
95-
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
94+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
95+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
9696
</Reference>
9797
<Reference Include="Polly, Version=6.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
9898
<HintPath>..\packages\Polly.6.1.2\lib\netstandard2.0\Polly.dll</HintPath>

LetsEncrypt.SiteExtension.Test/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="3.14.0" targetFramework="net461" />
66
<package id="Microsoft.Rest.ClientRuntime" version="2.3.18" targetFramework="net461" />
77
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.18" targetFramework="net461" />
8-
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
8+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
99
<package id="Polly" version="6.1.2" targetFramework="net461" />
10-
<package id="Portable.BouncyCastle" version="1.8.5" targetFramework="net461" />
10+
<package id="Portable.BouncyCastle" version="1.9.0" targetFramework="net48" />
1111
<package id="System.IO" version="4.3.0" targetFramework="net48" />
1212
<package id="System.Net.Http" version="4.3.4" targetFramework="net461" />
1313
<package id="System.Runtime" version="4.3.0" targetFramework="net48" />

LetsEncrypt.SiteExtension.WebJob/LetsEncrypt.SiteExtension.WebJob.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7272
</PropertyGroup>
7373
<ItemGroup>
74-
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
75-
<HintPath>..\packages\Portable.BouncyCastle.1.8.5\lib\net40\BouncyCastle.Crypto.dll</HintPath>
74+
<Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
7676
</Reference>
7777
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7878
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.3.0.1\lib\net452\Microsoft.Azure.KeyVault.Core.dll</HintPath>
@@ -111,8 +111,8 @@
111111
<HintPath>..\packages\ncrontab.3.3.0\lib\net35\NCrontab.dll</HintPath>
112112
<Private>True</Private>
113113
</Reference>
114-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
115-
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
114+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
115+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
116116
</Reference>
117117
<Reference Include="System" />
118118
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

LetsEncrypt.SiteExtension.WebJob/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net461" />
1515
<package id="ncrontab" version="3.3.0" targetFramework="net461" />
1616
<package id="NETStandard.Library" version="2.0.3" targetFramework="net461" />
17-
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
18-
<package id="Portable.BouncyCastle" version="1.8.5" targetFramework="net461" />
17+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
18+
<package id="Portable.BouncyCastle" version="1.9.0" targetFramework="net48" />
1919
<package id="System.AppContext" version="4.3.0" targetFramework="net461" requireReinstallation="true" />
2020
<package id="System.Collections" version="4.3.0" targetFramework="net461" />
2121
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net461" />

0 commit comments

Comments
 (0)