Skip to content

Commit 6c27ff9

Browse files
author
Graeme Foster
committed
Fixed up erroneous json binding redirects (not needed anymore according to nuget)
1 parent f94dae8 commit 6c27ff9

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

AzureWebFarm.OctopusDeploy.Tests/app.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<assemblyIdentity name="NSubstitute" publicKeyToken="92dd2e9066daa5ca" culture="neutral" />
77
<bindingRedirect oldVersion="0.0.0.0-1.7.2.0" newVersion="1.7.2.0" />
88
</dependentAssembly>
9-
<dependentAssembly>
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" />
12-
</dependentAssembly>
139
</assemblyBinding>
1410
</runtime>
1511
</configuration>
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<runtime>
4-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5-
<dependentAssembly>
6-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
8-
</dependentAssembly>
9-
</assemblyBinding>
10-
</runtime>
113
</configuration>

ExampleWebFarm/Web.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,4 @@
1111
<compilation debug="true" targetFramework="4.5" />
1212
<httpRuntime targetFramework="4.5" />
1313
</system.web>
14-
<runtime>
15-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
16-
<dependentAssembly>
17-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
18-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
19-
</dependentAssembly>
20-
</assemblyBinding>
21-
</runtime>
2214
</configuration>

0 commit comments

Comments
 (0)