Skip to content

Commit

Permalink
Updated versions for official release
Browse files Browse the repository at this point in the history
  • Loading branch information
jperson2000 committed Jun 27, 2024
1 parent c5294d1 commit d932d24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.*" Condition="'$(IndividualLocalAuth)' == 'True'" />
<PackageReference Include="MudBlazor" Version="7.0.0-rc.2" />
<PackageReference Include="MudBlazor" Version="7.*" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/mudblazor/MudBlazor.Template/MudBlazor.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!--#if (!UseWebAssembly && !IndividualLocalAuth) -->
<ItemGroup>
<PackageReference Include="MudBlazor" Version="7.0.0-rc.2" />
<PackageReference Include="MudBlazor" Version="7.*" />
</ItemGroup>
<!--#endif -->
<!--#if (UseWebAssembly || IndividualLocalAuth) -->
Expand All @@ -31,8 +31,8 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.*" Condition="'$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.*" Condition="'$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.*" Condition="'$(IndividualLocalAuth)' == 'True'" />
<PackageReference Include="MudBlazor" Version="7.0.0-rc.2" Condition="'$(UseWebAssembly)' != 'True'" />
<PackageReference Include="Extensions.MudBlazor.StaticInput" Version="2.0.0-rc.2" Condition="'$(IndividualLocalAuth)' == 'True'" />
<PackageReference Include="MudBlazor" Version="7.*" Condition="'$(UseWebAssembly)' != 'True'" />
<PackageReference Include="Extensions.MudBlazor.StaticInput" Version="2.*" Condition="'$(IndividualLocalAuth)' == 'True'" />
</ItemGroup>

<!--#endif -->
Expand Down

0 comments on commit d932d24

Please sign in to comment.