aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Update MVC, Kestrel and EF versions to 1.0.1. Explictly add Routing 1… #668

Closed phenning closed 8 years ago

phenning commented 8 years ago

….0.1 reference

//cc @muratg @rynowak @joeloff @divega @mlorbetske

Attached is the closure project.json which will show the versions that the templates are using.

project.json.txt

phenning commented 8 years ago

Ignore the massive number of frameworks targeted in the attached project.json, this json is just used to make sure we have a complete closure with the cache msi. we don't ship this json file.

divega commented 8 years ago

EF package version changes look good assuming AspNetCorePackageVersion is 1.0.1.

rynowak commented 8 years ago

Changes for Kestrel, Routing and MVC look right.

For anyone other than @phenning that's curious, we don't need to add antiforgery to the templates. MVC 1.0.1 references 1.0.1 of antiforgery, because if you want the FIPS fix you have to move both to 1.0.1.

phenning commented 8 years ago

Merging update.