Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Components in /src/Blazored.Toast
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.12 to 6.0.24.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.12...v6.0.24)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 634106d commit 96229c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Blazored.Toast/Blazored.Toast.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
Expand Down Expand Up @@ -35,13 +35,13 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.24" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.12" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.24" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 96229c4

Please sign in to comment.