Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Components.Web
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 8.0.0-rc.1.23421.29 to 8.0.0-rc.2.23480.2.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0-rc.1.23421.29...v8.0.0-rc.2.23480.2)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 2599e9a commit a6fb03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smink/smink.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>
<OutputType>Exe</OutputType>
Expand All @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0-rc.1.23421.29" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.1.23421.29" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.2.23480.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.1.23419.4" />

<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-*" />
Expand Down

0 comments on commit a6fb03e

Please sign in to comment.