Skip to content

Commit

Permalink
Build: Remove empty PropertyGroup tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh committed Mar 26, 2024
1 parent a5aa90b commit c73c87a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/MudBlazor.Examples.Data/MudBlazor.Examples.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<!--Used for the periodic table examples-->
<ItemGroup>
<EmbeddedResource Include="Elements.json" />
Expand Down
3 changes: 0 additions & 3 deletions src/Try.Core/Try.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
Expand Down
3 changes: 0 additions & 3 deletions src/UserComponents/Try.UserComponents.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
</ItemGroup>
Expand Down

0 comments on commit c73c87a

Please sign in to comment.