diff --git a/krunner-yoath/krunner-yoath.csproj b/krunner-yoath/krunner-yoath.csproj
index f9d235e1b4b2163bc7b3fbb2053eeb7c8249076a..f3e9a06ba9511ab26defb76b516e3b22e6fd032b 100644
--- a/krunner-yoath/krunner-yoath.csproj
+++ b/krunner-yoath/krunner-yoath.csproj
@@ -2,7 +2,7 @@
 
     <PropertyGroup>
         <OutputType>Exe</OutputType>
-        <TargetFramework>net7.0</TargetFramework>
+        <TargetFramework>net8.0</TargetFramework>
         <RootNamespace>KRunner.YOath</RootNamespace>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
@@ -18,8 +18,8 @@
 
     <ItemGroup>
         <PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
-        <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
+        <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
         <PackageReference Include="Tmds.DBus" Version="0.15.0" />
-        <PackageReference Include="Yubico.YubiKey" Version="1.7.1" />
+        <PackageReference Include="Yubico.YubiKey" Version="1.9.1" />
     </ItemGroup>
 </Project>