Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How use with ASP.NET Core 1.0.0 #92

Closed
KANekT opened this issue Jul 31, 2016 · 1 comment
Closed

How use with ASP.NET Core 1.0.0 #92

KANekT opened this issue Jul 31, 2016 · 1 comment

Comments

@KANekT
Copy link

KANekT commented Jul 31, 2016

How to use this FluentScheduler in Microsoft.AspNetCore.Mvc (ASP.NET Core 1.0.0)?

@tallesl
Copy link
Contributor

tallesl commented Aug 7, 2016

Add the dependency to your project.json file, like:

  "dependencies": {
    "FluentScheduler": "5.0.0"
  }

Then dotnet restore and you're good to go, just use any of the examples on README.

Edit:

Whoops, I'm sorry, I answered about .NET Core, and not ASP.NET Core. Right now I'm trying to find out what would be needed to support it but I have no solution yet (#94).

@tallesl tallesl closed this as completed Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants