We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56d8a0 commit 9f8d155Copy full SHA for 9f8d155
generators/app/templates/Project.csproj
@@ -4,6 +4,11 @@
4
<TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks>
5
</PropertyGroup>
6
7
+ <!-- This property group required until the new provider is first published to NuGet.org -->
8
+ <PropertyGroup>
9
+ <DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
10
+ </PropertyGroup>
11
+
12
<PropertyGroup>
13
<Description>ASP.NET Core security provider enabling <%= name %> authentication.</Description>
14
<Authors><%= authorname %></Authors>
0 commit comments