Skip to content

Commit 54c6786

Browse files
authored
deps: Bump Microsoft.AspNetCore.Components in /src
1 parent dc4225b commit 54c6786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
</ItemGroup>
1313

1414
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
15-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.10" />
15+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.12" />
1616
</ItemGroup>
1717

1818
<ItemGroup Condition=" $(TargetFramework.StartsWith('net5')) ">
19-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.1" />
19+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.3" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)