Skip to content

Commit

Permalink
Merge pull request #24 from mattosaurus/development
Browse files Browse the repository at this point in the history
Add Verify method and unit tests
  • Loading branch information
mattosaurus authored May 6, 2019
2 parents 8857c98 + a2e7b61 commit 20e88ec
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 17 deletions.
19 changes: 19 additions & 0 deletions PgpCore.Tests/PgpCore.Tests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\PgpCore\PgpCore.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 20e88ec

Please sign in to comment.