Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.63 KB

Microsoft ASP.NET Core WebHooks [Archived]

This GitHub project has been archived. Ongoing development on this prototype can be found in https://github.com/aspnet/AspLabs.

Note: This repo is solely for the ASP.NET Core WebHooks projects (libraries to consume WebHooks on ASP.NET Core 2.0 and .NET Standard 2.0). For ASP.NET WebHooks (targeting .NET Framework 4.5), see the aspnet/AspNetWebHooks repo.

ASP.NET Core WebHooks provide support for receiving WebHooks. The packages depend on ASP.NET Core MVC.

ASP.NET Core MVC is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.

Samples

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.