From 4a65b389c4e7873b8e7ec2cc7cf9a3a30b292b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Ko=C5=82osowski?= <jerzy@kolosowscy.pl> Date: Mon, 4 Dec 2023 22:42:50 +0100 Subject: [PATCH] Upgrade to dotnet 8.0 and upgrade Yubico.Yubikey --- krunner-yoath/krunner-yoath.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krunner-yoath/krunner-yoath.csproj b/krunner-yoath/krunner-yoath.csproj index f9d235e..f3e9a06 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> -- GitLab