From 91f64d68e7fbcd6b48ffee52a2851d67f808030a Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Fri, 31 Dec 2021 16:55:14 -0800 Subject: [PATCH] nuget --- .../JWT.Extensions.AspNetCore.csproj | 2 +- .../JWT.Extensions.DependencyInjection.csproj | 4 ++-- src/JWT.Extensions.Owin/JWT.Extensions.Owin.csproj | 2 +- src/JWT/JWT.csproj | 2 +- .../JWT.Extensions.AspNetCore.Tests.csproj | 6 +++--- .../JWT.Extensions.DependencyInjection.Tests.csproj | 8 ++++---- .../JWT.Extensions.Owin.Tests.csproj | 10 +++++----- tests/JWT.Tests.Common/JWT.Tests.Common.csproj | 4 ++-- tests/JWT.Tests.Net35/JWT.Tests.Net35.csproj | 6 +++--- tests/JWT.Tests.Net40/JWT.Tests.Net40.csproj | 6 +++--- tests/JWT.Tests.Net46/JWT.Tests.Net46.csproj | 6 +++--- tests/JWT.Tests.Net50/JWT.Tests.Net50.csproj | 6 +++--- tests/JWT.Tests.Net60/JWT.Tests.Net60.csproj | 6 +++--- tests/JWT.Tests.NetCore2/JWT.Tests.NetCore2.csproj | 6 +++--- tests/JWT.Tests.NetCore3/JWT.Tests.NetCore3.csproj | 6 +++--- 15 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj b/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj index 4e9ce8316..670b3454f 100644 --- a/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj +++ b/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj @@ -35,7 +35,7 @@ - + diff --git a/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj b/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj index e6bccca43..ed03349d7 100644 --- a/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj +++ b/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj @@ -30,8 +30,8 @@ - - + + diff --git a/src/JWT.Extensions.Owin/JWT.Extensions.Owin.csproj b/src/JWT.Extensions.Owin/JWT.Extensions.Owin.csproj index 51a66f44a..8bdd86b55 100644 --- a/src/JWT.Extensions.Owin/JWT.Extensions.Owin.csproj +++ b/src/JWT.Extensions.Owin/JWT.Extensions.Owin.csproj @@ -35,7 +35,7 @@ - + diff --git a/src/JWT/JWT.csproj b/src/JWT/JWT.csproj index 326ba8246..9f601c132 100644 --- a/src/JWT/JWT.csproj +++ b/src/JWT/JWT.csproj @@ -43,7 +43,7 @@ - + diff --git a/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj b/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj index 2edebdd6e..0068acf24 100644 --- a/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj +++ b/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj @@ -11,11 +11,11 @@ - + - - + + diff --git a/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj b/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj index 8f48f7f8a..791f64966 100644 --- a/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj +++ b/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/tests/JWT.Extensions.Owin.Tests/JWT.Extensions.Owin.Tests.csproj b/tests/JWT.Extensions.Owin.Tests/JWT.Extensions.Owin.Tests.csproj index 2dd3d0b91..0a1c03fbd 100644 --- a/tests/JWT.Extensions.Owin.Tests/JWT.Extensions.Owin.Tests.csproj +++ b/tests/JWT.Extensions.Owin.Tests/JWT.Extensions.Owin.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + net48 @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/tests/JWT.Tests.Common/JWT.Tests.Common.csproj b/tests/JWT.Tests.Common/JWT.Tests.Common.csproj index 95c992e3f..86df7eeab 100644 --- a/tests/JWT.Tests.Common/JWT.Tests.Common.csproj +++ b/tests/JWT.Tests.Common/JWT.Tests.Common.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/tests/JWT.Tests.Net35/JWT.Tests.Net35.csproj b/tests/JWT.Tests.Net35/JWT.Tests.Net35.csproj index 5f3add06b..cdcf06a21 100644 --- a/tests/JWT.Tests.Net35/JWT.Tests.Net35.csproj +++ b/tests/JWT.Tests.Net35/JWT.Tests.Net35.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/tests/JWT.Tests.Net40/JWT.Tests.Net40.csproj b/tests/JWT.Tests.Net40/JWT.Tests.Net40.csproj index dcd2ff719..79ee2eee6 100644 --- a/tests/JWT.Tests.Net40/JWT.Tests.Net40.csproj +++ b/tests/JWT.Tests.Net40/JWT.Tests.Net40.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/tests/JWT.Tests.Net46/JWT.Tests.Net46.csproj b/tests/JWT.Tests.Net46/JWT.Tests.Net46.csproj index 5e5dd1076..c6eea6ea8 100644 --- a/tests/JWT.Tests.Net46/JWT.Tests.Net46.csproj +++ b/tests/JWT.Tests.Net46/JWT.Tests.Net46.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/tests/JWT.Tests.Net50/JWT.Tests.Net50.csproj b/tests/JWT.Tests.Net50/JWT.Tests.Net50.csproj index cb14dc226..d1557f68a 100644 --- a/tests/JWT.Tests.Net50/JWT.Tests.Net50.csproj +++ b/tests/JWT.Tests.Net50/JWT.Tests.Net50.csproj @@ -16,9 +16,9 @@ - - - + + + diff --git a/tests/JWT.Tests.Net60/JWT.Tests.Net60.csproj b/tests/JWT.Tests.Net60/JWT.Tests.Net60.csproj index 553907b02..7d8bc1c2c 100644 --- a/tests/JWT.Tests.Net60/JWT.Tests.Net60.csproj +++ b/tests/JWT.Tests.Net60/JWT.Tests.Net60.csproj @@ -16,9 +16,9 @@ - - - + + + diff --git a/tests/JWT.Tests.NetCore2/JWT.Tests.NetCore2.csproj b/tests/JWT.Tests.NetCore2/JWT.Tests.NetCore2.csproj index 34a6c32df..209499fa3 100644 --- a/tests/JWT.Tests.NetCore2/JWT.Tests.NetCore2.csproj +++ b/tests/JWT.Tests.NetCore2/JWT.Tests.NetCore2.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/tests/JWT.Tests.NetCore3/JWT.Tests.NetCore3.csproj b/tests/JWT.Tests.NetCore3/JWT.Tests.NetCore3.csproj index d0c6cf5e9..a3377923a 100644 --- a/tests/JWT.Tests.NetCore3/JWT.Tests.NetCore3.csproj +++ b/tests/JWT.Tests.NetCore3/JWT.Tests.NetCore3.csproj @@ -15,9 +15,9 @@ - - - + + +