Skip to content

Commit 79f9933

Browse files
chore(deps): update dotnet monorepo
1 parent 0b196d2 commit 79f9933

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/ReactiveMvvm.Blazor.Wasm/ReactiveMvvm.Blazor.Wasm.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
10+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/ReactiveMvvm.Blazor/ReactiveMvvm.Blazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="ReactiveUI.Blazor" Version="20.1.1" />
8-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.7" />
8+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\ReactiveMvvm\ReactiveMvvm.csproj" />

src/ReactiveMvvm.Maui/ReactiveMvvm.Maui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<ItemGroup>
6060
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
6161
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
62-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
62+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
6363
<PackageReference Include="ReactiveUI.Maui" Version="20.1.1" />
6464
</ItemGroup>
6565

0 commit comments

Comments
 (0)