diff --git a/aurora-sharp-desktop/Aurora.gtk/Aurora.gtk.csproj b/aurora-sharp-desktop/Aurora.gtk/Aurora.gtk.csproj
index d80583a..a25420a 100644
--- a/aurora-sharp-desktop/Aurora.gtk/Aurora.gtk.csproj
+++ b/aurora-sharp-desktop/Aurora.gtk/Aurora.gtk.csproj
@@ -1,6 +1,6 @@
-
+
Debug
@@ -28,42 +28,24 @@
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
- ..\packages\Xamarin.Forms.4.3.0.991211\lib\netstandard2.0\Xamarin.Forms.Core.dll
+ ..\packages\Xamarin.Forms.5.0.0.2012\lib\netstandard2.0\Xamarin.Forms.Core.dll
- ..\packages\Xamarin.Forms.4.3.0.991211\lib\netstandard2.0\Xamarin.Forms.Platform.dll
+ ..\packages\Xamarin.Forms.5.0.0.2012\lib\netstandard2.0\Xamarin.Forms.Platform.dll
- ..\packages\Xamarin.Forms.4.3.0.991211\lib\netstandard2.0\Xamarin.Forms.Xaml.dll
+ ..\packages\Xamarin.Forms.5.0.0.2012\lib\netstandard2.0\Xamarin.Forms.Xaml.dll
..\packages\OpenTK.3.1.0\lib\net20\OpenTK.dll
- ..\packages\Xamarin.Forms.Platform.GTK.4.3.0.991211\lib\net45\webkit-sharp.dll
+ ..\packages\Xamarin.Forms.Platform.GTK.5.0.0.2012\lib\net45\webkit-sharp.dll
- ..\packages\Xamarin.Forms.Platform.GTK.4.3.0.991211\lib\net45\Xamarin.Forms.Platform.GTK.dll
+ ..\packages\Xamarin.Forms.Platform.GTK.5.0.0.2012\lib\net45\Xamarin.Forms.Platform.GTK.dll
..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll
@@ -168,6 +150,15 @@
..\packages\Autofac.5.0.0\lib\net461\Autofac.dll
+
+
+
+
+
+
+
+ ..\packages\Xamarin.Forms.DataGrid.4.8.0\lib\netstandard2.0\Xamarin.Forms.DataGrid.dll
+
@@ -545,5 +536,5 @@
-
+
\ No newline at end of file
diff --git a/aurora-sharp-desktop/Aurora.gtk/gtk-gui/gui.stetic b/aurora-sharp-desktop/Aurora.gtk/gtk-gui/gui.stetic
index 0d4f676..6b77eb7 100644
--- a/aurora-sharp-desktop/Aurora.gtk/gtk-gui/gui.stetic
+++ b/aurora-sharp-desktop/Aurora.gtk/gtk-gui/gui.stetic
@@ -2,6 +2,7 @@
..
+ 2.12
diff --git a/aurora-sharp-desktop/Aurora.gtk/packages.config b/aurora-sharp-desktop/Aurora.gtk/packages.config
index 45a8c07..1bce156 100644
--- a/aurora-sharp-desktop/Aurora.gtk/packages.config
+++ b/aurora-sharp-desktop/Aurora.gtk/packages.config
@@ -8,7 +8,7 @@
-
+
@@ -25,7 +25,7 @@
-
+
@@ -34,6 +34,7 @@
-
-
+
+
+
\ No newline at end of file
diff --git a/aurora-sharp-desktop/Aurora.test/Aurora.test.csproj b/aurora-sharp-desktop/Aurora.test/Aurora.test.csproj
index 124b6ea..7d9a160 100644
--- a/aurora-sharp-desktop/Aurora.test/Aurora.test.csproj
+++ b/aurora-sharp-desktop/Aurora.test/Aurora.test.csproj
@@ -23,9 +23,6 @@
-
- PreserveNewest
-
PreserveNewest
@@ -56,62 +53,11 @@
PreserveNewest
-
- PreserveNewest
-
PreserveNewest
PreserveNewest
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
\ No newline at end of file
diff --git a/aurora-sharp-desktop/Aurora/Aurora.csproj b/aurora-sharp-desktop/Aurora/Aurora.csproj
index 27f0f48..84def05 100644
--- a/aurora-sharp-desktop/Aurora/Aurora.csproj
+++ b/aurora-sharp-desktop/Aurora/Aurora.csproj
@@ -5,11 +5,12 @@
pdbonly
+
true
-
-
+
+
@@ -24,6 +25,7 @@
+
@@ -43,7 +45,6 @@
-
diff --git a/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/ColumnCollection.cs b/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/ColumnCollection.cs
deleted file mode 100644
index 1906bcb..0000000
--- a/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/ColumnCollection.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System.Collections.Generic;
-
-namespace Aurora.Design.Components.DataGrid
-{
- public sealed class ColumnCollection : List
- {
- }
-}
diff --git a/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/DataGrid.xaml b/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/DataGrid.xaml
deleted file mode 100644
index d6ae78c..0000000
--- a/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/DataGrid.xaml
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/DataGrid.xaml.cs b/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/DataGrid.xaml.cs
deleted file mode 100644
index fe7e878..0000000
--- a/aurora-sharp-desktop/Aurora/Design/Components/DataGrid/DataGrid.xaml.cs
+++ /dev/null
@@ -1,756 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Collections.Specialized;
-using System.Collections.ObjectModel;
-using System.Linq;
-using System.Reflection;
-using System.Windows.Input;
-using Xamarin.Forms;
-using Aurora.Utils;
-
-namespace Aurora.Design.Components.DataGrid
-{
- public partial class DataGrid : Grid
- {
- #region Private Fields
- private ObservableCollection