aspnetcore/src
avertes ee5535203e Fixed rfc3339 formats to work with all localizations (#7066)
* Amend rfc3339 formats to work with all localizations
Changed time separator ":" to "\:" to prevent it from being substituted with a localized separtor. For example in it-IT locale, datetime-local was formatted as 2017-11-19T22.52.29.223 instead of correct format 2017-11-19T22:52:29.223
2017-11-21 15:10:18 -08:00
..
Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc.Abstractions Better JSON deserialization errors. Implements #4607, #4862 2017-11-06 23:02:13 +00:00
Microsoft.AspNetCore.Mvc.ApiExplorer
Microsoft.AspNetCore.Mvc.Core Better JSON deserialization errors. Implements #4607, #4862 2017-11-06 23:02:13 +00:00
Microsoft.AspNetCore.Mvc.Cors
Microsoft.AspNetCore.Mvc.DataAnnotations
Microsoft.AspNetCore.Mvc.Formatters.Json Better JSON deserialization errors. Implements #4607, #4862 2017-11-06 23:02:13 +00:00
Microsoft.AspNetCore.Mvc.Formatters.Xml
Microsoft.AspNetCore.Mvc.Localization
Microsoft.AspNetCore.Mvc.Razor
Microsoft.AspNetCore.Mvc.RazorPages
Microsoft.AspNetCore.Mvc.TagHelpers Fixed rfc3339 formats to work with all localizations (#7066) 2017-11-21 15:10:18 -08:00
Microsoft.AspNetCore.Mvc.Testing
Microsoft.AspNetCore.Mvc.ViewFeatures Fixed rfc3339 formats to work with all localizations (#7066) 2017-11-21 15:10:18 -08:00
Microsoft.AspNetCore.Mvc.WebApiCompatShim
Directory.Build.props