Skip to content

Commit 3d4fdcc

Browse files
Bump Microsoft.AspNetCore.Components.Web from 5.0.6 to 5.0.7 (#1436)
Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.6...v5.0.7) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.Web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22296a3 commit 3d4fdcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JoinRpg.Web.GameSubscribe/JoinRpg.Web.GameSubscribe.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.6" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.7" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.6" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.7" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)