Adds .netcoreapp2.0 support so that a warning is no longer thrown when using with netcoreapp2.0 projects
Adds username, bot_id, and icons to the NewMessage class so that when a bot_message is consumed all variables are available from the slack response.
Adds Ephemeral Response capabilities
Minor change:
Filters the users during the unit test so that it doesn't include deleted users. Deleted users can have null values which can cause a false failure in the unit test.
This adds three things:
Minor change: Filters the users during the unit test so that it doesn't include deleted users. Deleted users can have null values which can cause a false failure in the unit test.