diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/uwp/app/Properties/Default.rd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/uwp/app/Properties/Default.rd.xml b/example/uwp/app/Properties/Default.rd.xml index 479eb7669..8fee666b9 100644 --- a/example/uwp/app/Properties/Default.rd.xml +++ b/example/uwp/app/Properties/Default.rd.xml @@ -12,7 +12,7 @@ <TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" /> Using the Namespace directive to apply reflection policy to all the types in a particular namespace - <Namespace Name="DataClasses.ViewModels" Seralize="All" /> + <Namespace Name="DataClasses.ViewModels" Serialize="All" /> --> <Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata"> |
