Remove ifdef for net45 in sample
This commit is contained in:
parent
699b146d1f
commit
ed36084c25
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue