diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index 2549e5568c..4c907aef2d 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -2,6 +2,6 @@ A basic HTTP authentication provider for Nancy. $(PackageTags);Authentication - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index bc77e3f76f..fb4c4e9a33 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -2,6 +2,6 @@ A forms authentication provider for Nancy. $(PackageTags);Authentication - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index a00a277128..332ced5838 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -2,6 +2,6 @@ A stateless authentication provider for Nancy. $(PackageTags);Authentication - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 05d1873fde..bc982992cd 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -2,6 +2,6 @@ Helpers for serving embedded static content with Nancy. $(PackageTags);Embedded;Static Content - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index 91c21e05f7..0565e4481b 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -2,9 +2,9 @@ Enables hosting Nancy in any application. $(PackageTags);Host - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 - + 4.3.0 diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index cddc57c3ef..43a673b749 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -2,6 +2,6 @@ Nancy metadata modules to describe your APIs. $(PackageTags);Metadata - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index 686f56a586..013e164829 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -2,7 +2,7 @@ Test harness for Nancy applications. $(PackageTags);Testing - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index b8d8c83ca7..46b9d90891 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -2,7 +2,7 @@ Adds Fluent Validation support to Nancy. $(PackageTags);Validation;FluentValidation - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index bfd74f149c..b5958bdde5 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -2,7 +2,7 @@ Enables using Markdown with Nancy. $(PackageTags);View Engine;Markdown - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index b573d85dc6..918a0dd0c4 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -1,14 +1,14 @@  Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. - netstandard2.0;net452 + netstandard2.1;netstandard2.0;net452 - + @@ -18,6 +18,17 @@ + + + + + + + + + + + diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 32e8d9ec1c..0cd500004a 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,5 +1,9 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 + + + + diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 32e8d9ec1c..2684639dd1 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,5 +1,9 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 + + + + diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 963e3b09f9..d85015f6bc 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,9 +1,14 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 + + + + + diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 0cde96dd4b..fc393174c4 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -2,4 +2,8 @@ net452 + + + + diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index 06177182c3..a5fd202a97 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -6,4 +6,9 @@ + + + + + diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 7d6db75450..6c737192e0 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -1,12 +1,17 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 + + + + + $(DefineConstants);MONO diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 32e8d9ec1c..2684639dd1 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,5 +1,9 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 + + + + diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index eb75a1a6c0..a16e4d3c0e 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -7,4 +7,9 @@ + + + + + diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index b70620f80b..82001f5888 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 @@ -17,4 +17,9 @@ + + + + + diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index e91376f660..be9b999c80 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -1,6 +1,6 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 @@ -12,4 +12,9 @@ + + + + + diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 1d1a424f62..993c1e87be 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp2.0;net452 + netcoreapp3.1;netcoreapp2.0;net452 @@ -16,6 +16,13 @@ + + + + + + + @@ -25,4 +32,9 @@ + + + + + diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index 06b5f86160..6df68da0f5 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -6,4 +6,9 @@ + + + + + diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 32e8d9ec1c..1aa9f4ea76 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -2,4 +2,8 @@ netcoreapp2.0;net452 + + + + diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 7d35ef15ae..1d20eb3baa 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -12,4 +12,9 @@ + + + + + diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index c9eabdf773..f18107ea77 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -12,4 +12,9 @@ + + + + + diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 0cde96dd4b..fc393174c4 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -2,4 +2,8 @@ net452 + + + + diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index d8899cb1ed..031075d6e1 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -13,4 +13,9 @@ + + + + + diff --git a/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj b/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj index 2f1641e36c..605ee4d52b 100644 --- a/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj +++ b/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj @@ -12,4 +12,9 @@ + + + + +