BrennanConroy
|
967001f923
|
Add publish-iis and fix web.config
|
2016-04-22 14:07:38 -07:00 |
Pavel Krymets
|
e6ffb060f7
|
Bring Microsoft.NETCore.Platforms dependency back
|
2016-04-18 17:20:15 -07:00 |
Pavel Krymets
|
42c3397b6e
|
Migrate tests, tools and samples to portable
|
2016-04-18 17:20:15 -07:00 |
John Luo
|
e0c0617185
|
Move web.config and use ANCM
|
2016-04-11 10:17:53 -07:00 |
John Luo
|
22b37fb83b
|
Update samples and react to Kestrel extensions
|
2016-03-30 17:33:25 -07:00 |
Pranav K
|
c67011dc6d
|
Updating to NetStandard.Library 1.5.0
|
2016-03-23 19:56:16 -07:00 |
N. Taylor Mullen
|
33d1aea8ea
|
Transition to Netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
|
2016-03-01 13:39:31 -08:00 |
Ajay Bhargav Baaskaran
|
b8e77e91d1
|
Updating samples to work with latest dotnet
|
2016-02-25 10:46:15 -08:00 |
Pranav K
|
5b805bb12d
|
Updating to use cli
Fixes #3908
|
2016-02-22 17:49:51 -08:00 |
N. Taylor Mullen
|
25eb50120e
|
Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
|
2016-01-22 12:40:26 -08:00 |
N. Taylor Mullen
|
3be7fbdf9f
|
Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
|
2016-01-22 12:18:33 -08:00 |
Brennan
|
8765a06b69
|
React to Fileprovider namespace changes
|
2016-01-21 17:45:06 -08:00 |
John Luo
|
c5cab7a786
|
Reacting to hosting API changes
|
2016-01-12 18:07:17 -08:00 |
Ajay Bhargav Baaskaran
|
9517de1c45
|
React to hosting changes - updated samples
|
2015-12-18 16:11:28 -08:00 |
Doug Bunting
|
19e6fb5719
|
MVC functional test cleanup part 1
- #3612 (subpart 1 of 2)
- delete six sites and associated tests entirely
- `ActionResultsWebSite`
- `ActivatorWebSite`
- `ControllerDiscoveryConventionsWebSite`
- `LoggingWebSite`
- `LowercaseUrlsWebSite`
- `ModelBindingWebSite`, now covered in integration tests
- remove now-unused `FilteredDefaultAssemblyProviderFixture`, `LoggingAssert` and `LoggingExtensions`
- move six test web sites into `./samples`
- `CustomRouteWebSite` -> `CustomRouteSample.Web`
- `FormatFilterWebSite` -> `FormatFilterSample.Web`
- `InlineConstraintsWebSite` -> `InlineConstraintSample.Web` (now singular)
- `JsonPatchWebSite` -> `JsonPatchSample.Web`
- `LocalizationWebSite` -> `LocalizationSample.Web`
- `RazorEmbeddedViewsWebSite` -> `EmbeddedViewSample.Web` (no longer "Razor" and now singular)
- do some cleanup: remove test dependencies, shorten sample controller names, use more attribute routing
- correct "license" spelling in `ApplicationModelWebSite`
|
2015-12-11 13:13:41 -08:00 |