From 4d8953462af781b4c73ee71b2877a68ffd7f768c Mon Sep 17 00:00:00 2001 From: Luiz Adolfo Date: Tue, 9 Sep 2025 11:06:14 -0300 Subject: [PATCH] Updated packages --- .../SourceApi/Properties/launchSettings.json | 26 ------------------- samples/SourceApi/SourceApi.csproj | 4 +-- .../TargetApi/Properties/launchSettings.json | 26 ------------------- ...Interceptor.Extensions.Abstractions.csproj | 2 +- ...nInterceptor.Extensions.HybridCache.csproj | 2 +- src/Directory.Build.props | 2 +- tests/Directory.Build.props | 4 ++- 7 files changed, 8 insertions(+), 58 deletions(-) diff --git a/samples/SourceApi/Properties/launchSettings.json b/samples/SourceApi/Properties/launchSettings.json index 7d9d091..105b7e3 100644 --- a/samples/SourceApi/Properties/launchSettings.json +++ b/samples/SourceApi/Properties/launchSettings.json @@ -1,13 +1,5 @@ { "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:36955", - "sslPort": 44330 - } - }, "profiles": { "http": { "commandName": "Project", @@ -18,24 +10,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "launchUrl": "swagger", - "applicationUrl": "https://localhost:7204;http://localhost:5117", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } } diff --git a/samples/SourceApi/SourceApi.csproj b/samples/SourceApi/SourceApi.csproj index 3fcfefb..1626732 100644 --- a/samples/SourceApi/SourceApi.csproj +++ b/samples/SourceApi/SourceApi.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/samples/TargetApi/Properties/launchSettings.json b/samples/TargetApi/Properties/launchSettings.json index bc3f5e5..4fb0f86 100644 --- a/samples/TargetApi/Properties/launchSettings.json +++ b/samples/TargetApi/Properties/launchSettings.json @@ -1,13 +1,5 @@ { "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:1247", - "sslPort": 44328 - } - }, "profiles": { "http": { "commandName": "Project", @@ -18,24 +10,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "launchUrl": "swagger", - "applicationUrl": "https://localhost:7074;http://localhost:5121", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } } diff --git a/src/AuthorizationInterceptor.Extensions.Abstractions/AuthorizationInterceptor.Extensions.Abstractions.csproj b/src/AuthorizationInterceptor.Extensions.Abstractions/AuthorizationInterceptor.Extensions.Abstractions.csproj index db3a013..89ff0d9 100644 --- a/src/AuthorizationInterceptor.Extensions.Abstractions/AuthorizationInterceptor.Extensions.Abstractions.csproj +++ b/src/AuthorizationInterceptor.Extensions.Abstractions/AuthorizationInterceptor.Extensions.Abstractions.csproj @@ -1,7 +1,7 @@  - + diff --git a/src/AuthorizationInterceptor.Extensions.HybridCache/AuthorizationInterceptor.Extensions.HybridCache.csproj b/src/AuthorizationInterceptor.Extensions.HybridCache/AuthorizationInterceptor.Extensions.HybridCache.csproj index 7204589..ab131b2 100644 --- a/src/AuthorizationInterceptor.Extensions.HybridCache/AuthorizationInterceptor.Extensions.HybridCache.csproj +++ b/src/AuthorizationInterceptor.Extensions.HybridCache/AuthorizationInterceptor.Extensions.HybridCache.csproj @@ -3,7 +3,7 @@ net8.0;net9.0 - + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5a36fce..7e38d3c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,7 +3,7 @@ 13 enable enable - 5.0.0 + 5.1.0 net6.0;net7.0;net8.0;net9.0 Authorization Interceptor Adolfok3 diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index cd43d7c..45ba37e 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -18,7 +18,9 @@ - + + all + all