From 1dbe96a8cd48914877ca73981c9227a3a04c71f4 Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 30 Aug 2022 08:51:34 +0800 Subject: [PATCH] 1.7.0 - Update Auth0.NET (#11) --- samples/Sample.AspNetCore/Sample.AspNetCore.csproj | 2 +- samples/Sample.ConsoleApp/Sample.ConsoleApp.csproj | 6 +++--- .../Auth0Net.DependencyInjection.csproj | 6 +++--- .../Auth0Net.DependencyInjection.Tests.csproj | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/samples/Sample.AspNetCore/Sample.AspNetCore.csproj b/samples/Sample.AspNetCore/Sample.AspNetCore.csproj index 2700a9e..d214eba 100644 --- a/samples/Sample.AspNetCore/Sample.AspNetCore.csproj +++ b/samples/Sample.AspNetCore/Sample.AspNetCore.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/Sample.ConsoleApp/Sample.ConsoleApp.csproj b/samples/Sample.ConsoleApp/Sample.ConsoleApp.csproj index 90d676c..8335a15 100644 --- a/samples/Sample.ConsoleApp/Sample.ConsoleApp.csproj +++ b/samples/Sample.ConsoleApp/Sample.ConsoleApp.csproj @@ -20,9 +20,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Auth0Net.DependencyInjection/Auth0Net.DependencyInjection.csproj b/src/Auth0Net.DependencyInjection/Auth0Net.DependencyInjection.csproj index af0f40a..b008b15 100644 --- a/src/Auth0Net.DependencyInjection/Auth0Net.DependencyInjection.csproj +++ b/src/Auth0Net.DependencyInjection/Auth0Net.DependencyInjection.csproj @@ -4,7 +4,7 @@ netstandard2.1;net5.0;net6.0 true enable - 1.6.0 + 1.7.0 Hawxy Dependency Injection, HttpClientFactory & ASP.NET Core extensions for Auth0.NET true @@ -18,8 +18,8 @@ - - + + diff --git a/tests/Auth0Net.DependencyInjection.Tests/Auth0Net.DependencyInjection.Tests.csproj b/tests/Auth0Net.DependencyInjection.Tests/Auth0Net.DependencyInjection.Tests.csproj index 06df0d5..7f8ad5c 100644 --- a/tests/Auth0Net.DependencyInjection.Tests/Auth0Net.DependencyInjection.Tests.csproj +++ b/tests/Auth0Net.DependencyInjection.Tests/Auth0Net.DependencyInjection.Tests.csproj @@ -7,10 +7,10 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all