-
Notifications
You must be signed in to change notification settings - Fork 920
Closed
Milestone
Description
Just updated to beta 8 and react tutorial sample won't start. Problem in:
app.UseReact(config =>
{
//actually, nothing but bunch of comments
}
And loader exception says:
{"Method not found: 'Microsoft.Framework.Caching.IExpirationTrigger Microsoft.AspNet.FileProviders.IFileProvider.Watch(System.String)'."}
Must be some beta 8 namespaces update, or something. I.e. I found Microsoft.Framework -> Microsoft.Extensions
rename in aspnet repo