aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

VS2015 new project format #86

Closed yilativ closed 7 years ago

yilativ commented 8 years ago

Has anyone gotten this to work (or point me to an example) that has WebHooks working with the new appsettings.json/project.json?

Will me setting the keys with the appsettings.json just work?

Thank you!

Eilon commented 7 years ago

Please refer to https://github.com/aspnet/WebHooks/issues/5, where we will be working on adding support for ASP.NET Core. (The project.json file is no longer used, but appsettings.json still is.)