Skip to content

Commit

Permalink
Merge pull request #76 from danielcrenna/master
Browse files Browse the repository at this point in the history
add package license expression (fixes #75)
  • Loading branch information
vladsandu authored Mar 17, 2020
2 parents bd9d754 + de710b8 commit 984d4ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Postmark/Postmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
<Version>3.4</Version>
<Company>Wildbit, LLC.</Company>
<Description>The official .net client for Postmark.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
Expand Down

0 comments on commit 984d4ea

Please sign in to comment.