Skip to content

Commit

Permalink
Update README to reflect changes in targets
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed Jun 19, 2020
1 parent 1ca8514 commit d021be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Implements data model for incoming Mailgun events to use with your custom Mailgu

This library can be used as the data model for the deserialization process with basically any JSON deserializer library of your choice. It even provides a handy function to [verify its cryptographic signature](https://documentation.mailgun.com/en/latest/user_manual.html#webhooks).

Since it targets [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 1.3 and .NET Framework 2.0 it is compatible with a wide variety of platforms.
Since it targets [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 1.3 and .NET Framework 4.5 it is compatible with a wide variety of platforms.

## Background

Expand Down

0 comments on commit d021be1

Please sign in to comment.