From 794dc485067aab30e26499e00aa8c0f4bacee293 Mon Sep 17 00:00:00 2001 From: "par.dahlman" Date: Tue, 12 Jul 2016 09:56:23 +0200 Subject: [PATCH] (#95) Update NuGet dependencies --- src/RawRabbit.Logging.NLog/project.json | 2 +- src/RawRabbit.Logging.Serilog/project.json | 27 ++++---------------- src/RawRabbit/project.json | 4 +-- test/RawRabbit.IntegrationTests/project.json | 2 +- test/RawRabbit.Tests/project.json | 2 +- 5 files changed, 10 insertions(+), 27 deletions(-) diff --git a/src/RawRabbit.Logging.NLog/project.json b/src/RawRabbit.Logging.NLog/project.json index 48c4f6da..c92115ac 100644 --- a/src/RawRabbit.Logging.NLog/project.json +++ b/src/RawRabbit.Logging.NLog/project.json @@ -13,7 +13,7 @@ "dependencies": { "RawRabbit": { "target": "project" }, - "NLog": "4.3.4" + "NLog": "4.3.5" }, "frameworks": { diff --git a/src/RawRabbit.Logging.Serilog/project.json b/src/RawRabbit.Logging.Serilog/project.json index 26052f61..df206d1c 100644 --- a/src/RawRabbit.Logging.Serilog/project.json +++ b/src/RawRabbit.Logging.Serilog/project.json @@ -13,29 +13,12 @@ "dependencies": { "RawRabbit": { "target": "project" }, - "Serilog": "1.5.14" - + "Serilog": "2.0.0" }, "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Runtime": "4.0.0.0" - } - }, - "net451": { - "frameworkAssemblies": { - "System.Runtime": "4.0.0.0" - } - }, - "net452": { - "frameworkAssemblies": { - "System.Runtime": "4.0.0.0" - } - }, - "net46": { - "frameworkAssemblies": { - "System.Runtime": "4.0.0.0" - } - } + "dnx451": {}, + "net451": {}, + "net452": {}, + "net46": {} } } diff --git a/src/RawRabbit/project.json b/src/RawRabbit/project.json index 49e0c963..eeb1bad4 100644 --- a/src/RawRabbit/project.json +++ b/src/RawRabbit/project.json @@ -11,8 +11,8 @@ }, "dependencies": { - "RabbitMQ.Client": "3.6.2", - "Newtonsoft.Json": "8.0.3" + "RabbitMQ.Client": "3.6.3", + "Newtonsoft.Json": "9.0.1" }, "frameworks": { diff --git a/test/RawRabbit.IntegrationTests/project.json b/test/RawRabbit.IntegrationTests/project.json index dd76334c..d9ee4058 100644 --- a/test/RawRabbit.IntegrationTests/project.json +++ b/test/RawRabbit.IntegrationTests/project.json @@ -10,7 +10,7 @@ "RawRabbit.Attributes": { "target": "project" }, "RawRabbit.Extensions": { "target": "project" }, "RawRabbit.vNext": { "target": "project" }, - "Moq": "4.2.1510.2205", + "Moq": "4.5.13", "xunit": "2.2.0-beta2-build3300", "dotnet-test-xunit": "2.2.0-preview2-build1029" }, diff --git a/test/RawRabbit.Tests/project.json b/test/RawRabbit.Tests/project.json index 52d7816a..d33c3ac1 100644 --- a/test/RawRabbit.Tests/project.json +++ b/test/RawRabbit.Tests/project.json @@ -8,7 +8,7 @@ "RawRabbit.DependencyInjection.Autofac": { "target": "project" }, "RawRabbit.DependencyInjection.Ninject": { "target": "project" }, "RawRabbit.vNext": { "target": "project" }, - "Moq": "4.2.1510.2205", + "Moq": "4.5.13", "xunit": "2.2.0-beta2-build3300", "dotnet-test-xunit": "2.2.0-preview2-build1029" },