Skip to content

Commit

Permalink
remove duplicated closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu6is authored Nov 15, 2024
1 parent 85da5a3 commit 4ece188
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/MudBlazor.StaticInput.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@
<ItemGroup>
<PackageReference Include="MudBlazor" Version="8.0.0-preview.4" />
</ItemGroup>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.*" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.*" />
</ItemGroup>

<ItemGroup>
<None Include="..\content\nuget.png">
<Pack>True</Pack>
Expand Down

0 comments on commit 4ece188

Please sign in to comment.