Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>10.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Comment on lines +5 to 7
Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The version number is placed in a separate PropertyGroup element above the existing one. Consider consolidating this into the existing PropertyGroup on line 7 to avoid having duplicate PropertyGroup elements and maintain a cleaner project file structure.

Suggested change
</PropertyGroup>
<PropertyGroup>

Copilot uses AI. Check for mistakes.
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Icon</PackageTags>
Expand Down
Loading
Loading