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

may i use in .net 3.5 #137

Closed rainmakerho closed 6 years ago

rainmakerho commented 7 years ago

hi sirs, we have some legacy system use .net 3.5. may i use webhook sender in .net 3.5 ? thanks.

dougbu commented 6 years ago

No, the ASP.NET WebHooks packages target .NET Framework 4.5. The Microsoft.AspNet.WebApi.Core dependency targets the same framework.