We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4225b commit 54c6786Copy full SHA for 54c6786
src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj
@@ -12,11 +12,11 @@
12
</ItemGroup>
13
14
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
15
- <PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.10" />
+ <PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.12" />
16
17
18
<ItemGroup Condition=" $(TargetFramework.StartsWith('net5')) ">
19
- <PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.1" />
+ <PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.3" />
20
21
22
<ItemGroup>
0 commit comments