aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Add Kestrel command #58

Closed hishamco closed 9 years ago

hishamco commented 9 years ago

Based on issue #56, I made this PR to add kestrel command to run the source on non-windows operating system

dnfclas commented 9 years ago

Hi @hishamco, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

DamianEdwards commented 9 years ago

This won't work. The app targets .NET Framework (dnx451) only. It has dependencies on libs that might now work with .NET Core (haven't tried).

hishamco commented 9 years ago

I see, I thought it target both dnx451 & dnxcore50