Skip to content

Commit 9f8d155

Browse files
Update for ASP.NET Core 7
- Update version to 7.0.0. - Regenerate lock file. - Disable package baseline validation.
1 parent c56d8a0 commit 9f8d155

File tree

3 files changed

+5135
-11
lines changed

3 files changed

+5135
-11
lines changed

generators/app/templates/Project.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks>
55
</PropertyGroup>
66

7+
<!-- This property group required until the new provider is first published to NuGet.org -->
8+
<PropertyGroup>
9+
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
10+
</PropertyGroup>
11+
712
<PropertyGroup>
813
<Description>ASP.NET Core security provider enabling <%= name %> authentication.</Description>
914
<Authors><%= authorname %></Authors>

0 commit comments

Comments
 (0)