Skip to content

Commit e047a70

Browse files
Bump Microsoft.AspNetCore.Components.Web from 5.0.10 to 5.0.11 (#1564)
Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 5.0.10 to 5.0.11. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.10...v5.0.11) --- 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 6775826 commit e047a70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/JoinRpg.Web.CharacterGroups/JoinRpg.Web.CharacterGroups.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.10" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.11" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

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.10" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.11" />
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.10" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.11" />
1414
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" PrivateAssets="All" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)