aboutsummaryrefslogtreecommitdiff
path: root/src/PkiAuthenticator.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/PkiAuthenticator.csproj')
-rw-r--r--src/PkiAuthenticator.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj
index 22a4e92..b46036d 100644
--- a/src/PkiAuthenticator.csproj
+++ b/src/PkiAuthenticator.csproj
@@ -20,15 +20,15 @@
</Description>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/vauth</PackageProjectUrl>
- <RepositoryUrl>https://github.com/VnUgE/</RepositoryUrl>
+ <RepositoryUrl>https://github.com/VnUgE/PkiAuthenticator</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Serilog" Version="2.12.0" />
+ <PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
- <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0063" />
- <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0063" />
- <PackageReference Include="Yubico.YubiKey" Version="1.7.0" />
+ <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0070" />
+ <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0070" />
+ <PackageReference Include="Yubico.YubiKey" Version="1.8.0" />
</ItemGroup>
</Project>