Remove ifdef for net45 in sample

This commit is contained in:
David Fowler 2014-03-25 02:12:33 -07:00
parent 699b146d1f
commit ed36084c25
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,4 @@

#if NET45
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.AspNet.Mvc;
@ -38,4 +36,3 @@ namespace MvcSample.Web
}
}
}
#endif