From 17280b260f07b12a23bb4af2679183b39beb8fd6 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Mon, 5 Dec 2016 10:32:28 +0100 Subject: [Xaml] revert namespace change for XmlnsDefAttr (#610) * [Xaml] revert namespace change for XmlnsDefAttr * fix --- Xamarin.Forms.Core/Properties/AssemblyInfo.cs | 1 - Xamarin.Forms.Core/XmlnsDefinitionAttribute.cs | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Xamarin.Forms.Core') diff --git a/Xamarin.Forms.Core/Properties/AssemblyInfo.cs b/Xamarin.Forms.Core/Properties/AssemblyInfo.cs index 86eb9571..6bbdb600 100644 --- a/Xamarin.Forms.Core/Properties/AssemblyInfo.cs +++ b/Xamarin.Forms.Core/Properties/AssemblyInfo.cs @@ -1,6 +1,5 @@ using System.Reflection; using System.Runtime.CompilerServices; -using System.Windows.Markup; using Xamarin.Forms; using Xamarin.Forms.Internals; diff --git a/Xamarin.Forms.Core/XmlnsDefinitionAttribute.cs b/Xamarin.Forms.Core/XmlnsDefinitionAttribute.cs index e82efbf2..4178dc92 100644 --- a/Xamarin.Forms.Core/XmlnsDefinitionAttribute.cs +++ b/Xamarin.Forms.Core/XmlnsDefinitionAttribute.cs @@ -1,6 +1,7 @@ -using System.Diagnostics; +using System; +using System.Diagnostics; -namespace System.Windows.Markup +namespace Xamarin.Forms.Internals { [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] [DebuggerDisplay("{XmlNamespace}, {ClrNamespace}, {AssemblyName}")] -- cgit v1.2.3