Skip to content

Commit

Permalink
package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley committed Jun 30, 2023
1 parent 347b710 commit 382cf67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added Keyfactor.AnyGateway.ICAConnector.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Keyfactor.AnyGateway.ICAConnector" Version="1.0.0-PRERELEASE-37710" />
<PackageReference Include="Keyfactor.Common" Version="2.3.7" />
<PackageReference Include="Keyfactor.Logging" Version="1.1.1" />
<PackageReference Include="Keyfactor.PKI" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<Reference Include="Keyfactor.AnyGateway.ICAConnector">
<HintPath>..\Keyfactor.AnyGateway.ICAConnector.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit 382cf67

Please sign in to comment.