From afd6294450f2386308b585e9afdde8409b7cffc7 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 17 Jan 2024 11:35:55 -0500 Subject: upgrade to .NET 8.0 and package updates --- src/PkiAuthenticator.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/PkiAuthenticator.csproj') diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj index 576b466..808b447 100644 --- a/src/PkiAuthenticator.csproj +++ b/src/PkiAuthenticator.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 vauth enable PkiAuthenticator @@ -15,8 +15,8 @@ Vaughn Nugent Vaughn Nugent PkiAuthenticator aka vauth - A command line tool for generating certificate-based, signed, One-Time-Passwords for web/service authentication, with YubiKey support by default. - Copyright © 2023 Vaughn Nugent + A .NET 8.0 command line tool for generating certificate-based, signed, One-Time-Passwords for web/service authentication, with YubiKey support by default. + Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/vauth https://github.com/VnUgE/PkiAuthenticator README.md @@ -37,9 +37,9 @@ - - - + + + -- cgit