Reacting to Cors rename

This commit is contained in:
Pranav K 2015-10-15 16:00:05 -07:00
parent c36b89aa16
commit f8b39bea63
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Cors.Core;
using Microsoft.AspNet.Cors;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity;