Skip to content

Commit

Permalink
Enable baseline validation for HubSpot
Browse files Browse the repository at this point in the history
Enable package baseline validation for the new HubSpot provider.
  • Loading branch information
martincostello committed Aug 16, 2022
1 parent b3d6240 commit a86d82d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
<TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
</PropertyGroup>

<PropertyGroup>
<Description>ASP.NET Core security middleware enabling HubSpot authentication.</Description>
<Authors>Shayaan Ahmed Farooqi</Authors>
<PackageTags>hubspot;aspnetcore;authentication;oauth;security</PackageTags>
</PropertyGroup>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down

0 comments on commit a86d82d

Please sign in to comment.