update module template to .NET 8.0.7

This commit is contained in:
sbwalker
2024-07-17 16:17:10 -04:00
parent befa13eaf2
commit 5a2af6d0f9
5 changed files with 28 additions and 26 deletions

View File

@ -38,8 +38,7 @@ else
}
@code {
// uncomment the following line to use Static render mode for this component
// public override string RenderMode => RenderModes.Static;
public override string RenderMode => RenderModes.Static;
public override List<Resource> Resources => new List<Resource>()
{