ardalis / OrganizingAspNetCore

Offers several different ways to organize content in ASP.NET Core MVC and Razor Pages projects.
http://ardalis.com
MIT License
209 stars 60 forks source link

Update to allow use with .NET 2.0 #8

Closed RickJWagner closed 7 years ago

RickJWagner commented 7 years ago

A few changes made to allow use with .NET 2.0.

Note: Changes were made for .NET 2.0 as supplied by Red Hat's Container Development Kit. The bower installation wasn't needed, so it was removed.

jnm2 commented 7 years ago

I guess Core really is supplanting Framework in people's mental space =D

ardalis commented 7 years ago

I have my own 2.0 upgrade going in another branch but since this one has no conflicts I'll pull it in and then merge with my own (which uses meta package to reduce total number of packages referenced in csproj file). Thanks!