Merge in 'release/2.2' changes
This commit is contained in:
commit
39c7419b72
|
|
@ -351,7 +351,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders
|
||||||
var bindingContext = GetBindingContext(destinationType);
|
var bindingContext = GetBindingContext(destinationType);
|
||||||
bindingContext.ValueProvider = new SimpleValueProvider(new CultureInfo("fr-FR"))
|
bindingContext.ValueProvider = new SimpleValueProvider(new CultureInfo("fr-FR"))
|
||||||
{
|
{
|
||||||
{ "theModelName", "32 000,1" }
|
{ "theModelName", "32000,1" }
|
||||||
};
|
};
|
||||||
var binder = GetBinder();
|
var binder = GetBinder();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue