From ab8c70c93961d34e5c7c35f905a07c4ed0751848 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 14 Jun 2024 15:57:23 +0100 Subject: [PATCH] Enable package validation Enable NuGet package validation for the new provided in 8.1.0. --- .../AspNet.Security.OAuth.Airtable.csproj | 5 ----- .../AspNet.Security.OAuth.Calendly.csproj | 5 ----- .../AspNet.Security.OAuth.Pipedrive.csproj | 5 ----- .../AspNet.Security.OAuth.Typeform.csproj | 5 ----- .../AspNet.Security.OAuth.Zoom.csproj | 5 ----- 5 files changed, 25 deletions(-) diff --git a/src/AspNet.Security.OAuth.Airtable/AspNet.Security.OAuth.Airtable.csproj b/src/AspNet.Security.OAuth.Airtable/AspNet.Security.OAuth.Airtable.csproj index 9527d1598..3b6b31d85 100644 --- a/src/AspNet.Security.OAuth.Airtable/AspNet.Security.OAuth.Airtable.csproj +++ b/src/AspNet.Security.OAuth.Airtable/AspNet.Security.OAuth.Airtable.csproj @@ -5,11 +5,6 @@ $(DefaultNetCoreTargetFramework) - - - true - - ASP.NET Core security middleware enabling Airtable authentication. Denys Goncharenko diff --git a/src/AspNet.Security.OAuth.Calendly/AspNet.Security.OAuth.Calendly.csproj b/src/AspNet.Security.OAuth.Calendly/AspNet.Security.OAuth.Calendly.csproj index d8bcba36b..58fc24999 100644 --- a/src/AspNet.Security.OAuth.Calendly/AspNet.Security.OAuth.Calendly.csproj +++ b/src/AspNet.Security.OAuth.Calendly/AspNet.Security.OAuth.Calendly.csproj @@ -5,11 +5,6 @@ $(DefaultNetCoreTargetFramework) - - - true - - ASP.NET Core security middleware enabling Calendly authentication. Denys Goncharenko diff --git a/src/AspNet.Security.OAuth.Pipedrive/AspNet.Security.OAuth.Pipedrive.csproj b/src/AspNet.Security.OAuth.Pipedrive/AspNet.Security.OAuth.Pipedrive.csproj index 05dec9269..ef1e1fe3c 100644 --- a/src/AspNet.Security.OAuth.Pipedrive/AspNet.Security.OAuth.Pipedrive.csproj +++ b/src/AspNet.Security.OAuth.Pipedrive/AspNet.Security.OAuth.Pipedrive.csproj @@ -5,11 +5,6 @@ $(DefaultNetCoreTargetFramework) - - - true - - ASP.NET Core security middleware enabling Pipedrive authentication. Denys Goncharenko diff --git a/src/AspNet.Security.OAuth.Typeform/AspNet.Security.OAuth.Typeform.csproj b/src/AspNet.Security.OAuth.Typeform/AspNet.Security.OAuth.Typeform.csproj index e0dcc1504..1a62bb960 100644 --- a/src/AspNet.Security.OAuth.Typeform/AspNet.Security.OAuth.Typeform.csproj +++ b/src/AspNet.Security.OAuth.Typeform/AspNet.Security.OAuth.Typeform.csproj @@ -5,11 +5,6 @@ $(DefaultNetCoreTargetFramework) - - - true - - ASP.NET Core security middleware enabling Typeform authentication. Denys Goncharenko diff --git a/src/AspNet.Security.OAuth.Zoom/AspNet.Security.OAuth.Zoom.csproj b/src/AspNet.Security.OAuth.Zoom/AspNet.Security.OAuth.Zoom.csproj index 9f8193224..22cc9e072 100644 --- a/src/AspNet.Security.OAuth.Zoom/AspNet.Security.OAuth.Zoom.csproj +++ b/src/AspNet.Security.OAuth.Zoom/AspNet.Security.OAuth.Zoom.csproj @@ -5,11 +5,6 @@ $(DefaultNetCoreTargetFramework) - - - true - - ASP.NET Core security middleware enabling Zoom authentication. Christian Oluwawibe