Skip to content

Commit

Permalink
Update KerberosConsole.csproj to use latest Kerberos.NET package (#4883)
Browse files Browse the repository at this point in the history
Update KerberosConsole.csproj
  • Loading branch information
gladjohn authored Aug 6, 2024
1 parent 978bc89 commit fd0ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devapps/KerberosConsole/KerberosConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Kerberos.NET" Version="4.5.174" />
<PackageReference Include="Kerberos.NET" Version="4.6.64" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fd0ffad

Please sign in to comment.