1 files changed, 1 insertions, 1 deletions
diff --git a/SystemdCtl/SystemdCtl.csproj b/SystemdCtl/SystemdCtl.csproj
index de289c6..4425832 100644
--- a/SystemdCtl/SystemdCtl.csproj
+++ b/SystemdCtl/SystemdCtl.csproj
@@ -9,7 +9,7 @@
<ItemGroup>
<ProjectReference Include="..\LibSystemdCli\LibSystemdCli.csproj" />
<ProjectReference Include="..\SystemdCtl.Client\SystemdCtl.Client.csproj" />
- <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.8" />
</ItemGroup>
<ItemGroup>
|