aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-01 00:55:28 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-01 00:55:28 -0400
commit46ee376438f142640ff96b6da0c4eafa8b53a084 (patch)
tree88c13020ddc3ba8c4a29da075a1a20832647794c /src
parenta915bc1e1a813b0a1eee11cd9b674c5ab0f410e9 (diff)
core lib patch updatesv0.1.2
Diffstat (limited to 'src')
-rw-r--r--src/PkiAuthenticator.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj
index 1aded49..290772c 100644
--- a/src/PkiAuthenticator.csproj
+++ b/src/PkiAuthenticator.csproj
@@ -38,8 +38,8 @@
<ItemGroup>
<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-ci0080" />
- <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0080" />
+ <PackageReference Include="VNLib.Hashing.Portable" Version="0.1.0-ci0081" />
+ <PackageReference Include="VNLib.Utils" Version="0.1.0-ci0081" />
<PackageReference Include="Yubico.YubiKey" Version="1.8.0" />
</ItemGroup>