Commit Graph

30 Commits

Author SHA1 Message Date
Doug Bunting 9d095e2f21 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:24 -07:00
Rowan Miller 105d3353cf 🔥 Remove migrations end point 2015-03-23 15:56:30 -07:00
N. Taylor Mullen b07a656b8a Update .kproj => .xproj. 2015-03-11 14:05:30 -07:00
N. Taylor Mullen c746f2beb7 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:44 -07:00
N. Taylor Mullen 684983effb Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:48:36 -07:00
Brennan a54886b3f3 Updating .kproj files 2015-02-04 09:13:50 -08:00
SonjaKhan b5a328aa0e fixing dependencies 2014-12-01 14:11:01 -08:00
Pranav K b8626a75ca Updating Elm to depend on Razor instead of Mvc.Razor
* Removing dependencies that are transitively included.
2014-11-25 17:07:04 -08:00
SonjaKhan ce59419893 elm logger 2014-11-25 14:58:04 -08:00
Victor Hurdugaci eb99bf25a3 Add schema version to kproj files 2014-11-25 10:39:01 -08:00
SonjaKhan 44b50b46f9 updating the page generator and base view to work with razor helper functions 2014-11-21 09:26:36 -08:00
Victor Hurdugaci b466013235 Update KProj to the latest format 2014-11-12 15:01:34 -08:00
SonjaKhan ac14c3222b making page generator work for different libraries 2014-10-29 11:36:52 -07:00
Pranav K 3279c15047 Reacting to CLR package versioning changes 2014-10-10 10:31:13 -07:00
David Fowler b7a8d6a1f7 Fixup references 2014-10-05 04:44:48 -07:00
David Fowler 5f685a6629 Updated to use the new target framework in project.json 2014-09-04 01:37:15 -07:00
David Fowler cce48f4cdf Updated to use the new target framework in project.json 2014-08-28 22:00:36 -07:00
David Fowler f354762f23 Removed sources from project file 2014-08-15 07:57:28 -07:00
David Fowler 91ee6ed484 Renamed configurations to frameworks in project.json 2014-07-13 21:46:00 -07:00
Brice Lambson d1e8cdc95c Fix version of Microsoft.AspNet.Razor reference 2014-06-19 17:37:00 -07:00
Brice Lambson 301432e5cb Bump version to 1.0.0-* 2014-06-19 16:13:11 -07:00
David Fowler ced5d8697e Fixed project.json casing 2014-05-26 02:48:39 -07:00
David Fowler 372e31ab59 Fixed casing of project.json 2014-05-25 09:59:16 -07:00
David Fowler d6c4ebd0e0 Renamed Project.json to Project.json2 2014-05-25 09:59:16 -07:00
Pranav K 5c76e34749 Updating kproj file to match tooling changes 2014-05-18 20:13:54 -07:00
Chris Ross 2ef957aac2 Update runtime dependency. 2014-05-12 10:41:48 -07:00
Andrew Peters 54c9794c2a Updating copyright headers 2014-05-08 23:00:53 -07:00
Wei Wang b94cb1e893 Sort dependencies and remove duplicates in dependencies 2014-05-07 16:24:26 -07:00
DamianEdwards 6ff73d50e0 Minor changes:
- Fixed mismatched quotes
- Made PageGenerator depend directly on Razor instead of Mvc, as that's all it needs
- Rebased on latest dev changes
- #11
2014-05-02 22:51:29 -07:00
DamianEdwards b4de33eeea Added a console app to generate the Razor pages
- Replaces the TT files previously being used (in Katana)
- Modified the include file logic to work better with the new generated Razor output as the old syntax/logic didn't work well with the additional line pragmas, etc. being emitted
- Updated the middleware to work with new generated output (ExecuteAsync instead of Execute, etc.)
- Fixed a scoping issue in Error.cshtml
- gitignore sln.ide cache directory
- #3
2014-05-01 16:24:03 -07:00