Skip to content

Commit

Permalink
fix version of Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bronshtein committed Feb 22, 2018
1 parent e7fc97a commit 1a58ddf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gigya.Microdot.Orleans.Ninject.Host/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
Expand Down
2 changes: 1 addition & 1 deletion Gigya.Microdot.Testing.Shared/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
Expand Down
6 changes: 3 additions & 3 deletions SolutionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
[assembly: AssemblyCopyright("© 2018 Gigya Inc.")]
[assembly: AssemblyDescription("Microdot Framework")]

[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyInformationalVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]
[assembly: AssemblyInformationalVersion("1.8.1.0")]


// Setting ComVisible to false makes the types in this assembly not visible
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NUGET
NETStandard.Library (2.0.1)
Microsoft.NETCore.Platforms (>= 1.1)
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
Newtonsoft.Json (10.0.3)
Newtonsoft.Json (9.0.1)
Ninject (3.3.4)
Ninject.Extensions.Conventions (3.3)
Ninject.Extensions.Factory (>= 3.3.2)
Expand Down
2 changes: 1 addition & 1 deletion tests/Gigya.Microdot.Hosting.UnitTests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
Expand Down
2 changes: 1 addition & 1 deletion tests/Gigya.Microdot.Orleans.Hosting.UnitTests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
Expand Down
2 changes: 1 addition & 1 deletion tests/Gigya.Microdot.UnitTests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
Expand Down

0 comments on commit 1a58ddf

Please sign in to comment.