aboutsummaryrefslogtreecommitdiff
path: root/src/PkiAuthenticator.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-04-10 01:06:31 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-04-10 01:06:31 -0400
commitcc3b633021ec6e6683cbae7034e88a5fddc7c194 (patch)
treee19908073e742521f226b3fcfa5177928b22b941 /src/PkiAuthenticator.csproj
parentafd6294450f2386308b585e9afdde8409b7cffc7 (diff)
chore: Updated libs, custom data signing, AOT compiled buildsHEADv0.1.3master
Diffstat (limited to 'src/PkiAuthenticator.csproj')
-rw-r--r--src/PkiAuthenticator.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj
index 808b447..96d8c19 100644
--- a/src/PkiAuthenticator.csproj
+++ b/src/PkiAuthenticator.csproj
@@ -38,8 +38,8 @@
<ItemGroup>
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
- <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0114" />
- <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0114" />
+ <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0120" />
+ <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0120" />
<PackageReference Include="Yubico.YubiKey" Version="1.9.1" />
</ItemGroup>