From: Jean-Philippe Bruyère Date: Tue, 26 Oct 2021 06:23:19 +0000 (+0200) Subject: rename all 'GraphicObject' to 'Widget', move to netcoreapp3.0 for crow library to... X-Git-Tag: v0.9.8-beta~14^2~1 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=c706b713a716e8b7fd29508ccf88e5de5041d1d4;p=jp%2Fcrow.git rename all 'GraphicObject' to 'Widget', move to netcoreapp3.0 for crow library to use LoadContext for native dll resolution --- diff --git a/Crow/Crow.csproj b/Crow/Crow.csproj index d5912c8a..2771f658 100644 --- a/Crow/Crow.csproj +++ b/Crow/Crow.csproj @@ -2,7 +2,7 @@ - netstandard2.1 + netcoreapp3.0 $(CrowVersion) $(CrowPackageVersion) diff --git a/Crow/Templates/DockWindow.template b/Crow/Templates/DockWindow.template index 9e8e623a..f54974fb 100644 --- a/Crow/Templates/DockWindow.template +++ b/Crow/Templates/DockWindow.template @@ -20,7 +20,7 @@ - +