diff --git a/test/Nancy.Authentication.Basic.Tests/project.json b/test/Nancy.Authentication.Basic.Tests/project.json index 8259653619..df8cb60245 100644 --- a/test/Nancy.Authentication.Basic.Tests/project.json +++ b/test/Nancy.Authentication.Basic.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Authentication.Basic": { "target": "project" }, diff --git a/test/Nancy.Authentication.Forms.Tests/project.json b/test/Nancy.Authentication.Forms.Tests/project.json index 93729bb34b..72d8327279 100644 --- a/test/Nancy.Authentication.Forms.Tests/project.json +++ b/test/Nancy.Authentication.Forms.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Authentication.Forms": { "target": "project" }, diff --git a/test/Nancy.Embedded.Tests/project.json b/test/Nancy.Embedded.Tests/project.json index c61d8aadfe..b5a4f762d6 100644 --- a/test/Nancy.Embedded.Tests/project.json +++ b/test/Nancy.Embedded.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Embedded": { "target": "project" }, diff --git a/test/Nancy.Encryption.MachineKey.Tests/project.json b/test/Nancy.Encryption.MachineKey.Tests/project.json index 9ba07ba21b..6d6bda77bf 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/project.json +++ b/test/Nancy.Encryption.MachineKey.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Encryption.MachineKey": { "target": "project" }, diff --git a/test/Nancy.Hosting.Aspnet.Tests/project.json b/test/Nancy.Hosting.Aspnet.Tests/project.json index fd8ed817be..dbcd878384 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/project.json +++ b/test/Nancy.Hosting.Aspnet.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Hosting.Aspnet": { "target": "project" }, diff --git a/test/Nancy.Hosting.Self.Tests/project.json b/test/Nancy.Hosting.Self.Tests/project.json index eaba21e389..8306164069 100644 --- a/test/Nancy.Hosting.Self.Tests/project.json +++ b/test/Nancy.Hosting.Self.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Hosting.Self": { "target": "project" }, diff --git a/test/Nancy.Metadata.Modules.Tests/project.json b/test/Nancy.Metadata.Modules.Tests/project.json index db328a7450..324d88b614 100644 --- a/test/Nancy.Metadata.Modules.Tests/project.json +++ b/test/Nancy.Metadata.Modules.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Metadata.Modules": { "target": "project" }, diff --git a/test/Nancy.Owin.Tests/project.json b/test/Nancy.Owin.Tests/project.json index 0608cf3ade..a407270eec 100644 --- a/test/Nancy.Owin.Tests/project.json +++ b/test/Nancy.Owin.Tests/project.json @@ -8,8 +8,8 @@ "Nancy.Owin": { "target": "project" }, "Nancy.Testing": { "target": "project" }, "xunit": "2.2.0", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0" + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2" }, "buildOptions": { diff --git a/test/Nancy.Testing.Tests/project.json b/test/Nancy.Testing.Tests/project.json index a0b4545dd7..31354ae2dd 100644 --- a/test/Nancy.Testing.Tests/project.json +++ b/test/Nancy.Testing.Tests/project.json @@ -2,8 +2,8 @@ "dependencies": { "AngleSharp": "0.9.8.1", "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Testing": { "target": "project" }, diff --git a/test/Nancy.Tests/project.json b/test/Nancy.Tests/project.json index d813e4643c..097f5d0432 100644 --- a/test/Nancy.Tests/project.json +++ b/test/Nancy.Tests/project.json @@ -2,8 +2,8 @@ "version": "1.4.1.0", "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Testing": { "target": "project" }, diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/project.json b/test/Nancy.Validation.DataAnnotatioins.Tests/project.json index 4acf85d473..a275aee2de 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/project.json +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Validation.DataAnnotations": { "target": "project" }, diff --git a/test/Nancy.Validation.FluentValidation.Tests/project.json b/test/Nancy.Validation.FluentValidation.Tests/project.json index a2baa643e7..8a945bca37 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/project.json +++ b/test/Nancy.Validation.FluentValidation.Tests/project.json @@ -6,8 +6,8 @@ "Nancy": { "target": "project" }, "Nancy.Validation.FluentValidation": { "target": "project" }, "xunit": "2.2.0", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0" + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2" }, "buildOptions": { diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/project.json b/test/Nancy.ViewEngines.DotLiquid.Tests/project.json index 7c39ef1556..0a30d9f584 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/project.json +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/project.json @@ -2,8 +2,8 @@ "dependencies": { "DotLiquid": "2.0.64", "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Testing": { "target": "project" }, diff --git a/test/Nancy.ViewEngines.Markdown.Tests/project.json b/test/Nancy.ViewEngines.Markdown.Tests/project.json index 144bea886d..9e3ec945a4 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/project.json +++ b/test/Nancy.ViewEngines.Markdown.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "MarkdownSharp": "1.13.0", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, diff --git a/test/Nancy.ViewEngines.Razor.Tests/project.json b/test/Nancy.ViewEngines.Razor.Tests/project.json index ce070d1c6e..3d8202d7c3 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/project.json +++ b/test/Nancy.ViewEngines.Razor.Tests/project.json @@ -1,8 +1,8 @@ { "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", + "FakeItEasy": "3.3.2", + "FakeItEasy.Analyzer": "3.3.2", "Microsoft.NETCore.Platforms": "1.0.1", "Nancy": { "target": "project" }, "Nancy.Testing": { "target": "project" },