From 586c61f2827d233ead054fae6c2fc8e6f0d70274 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 5 Oct 2020 07:50:55 +0200 Subject: [PATCH] moved getting-started.json from old to new project Signed-off-by: Bjarke Berg --- src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj | 1 - .../config/BackOfficeTours/getting-started.json | 0 2 files changed, 1 deletion(-) rename src/{Umbraco.Web.UI => Umbraco.Web.UI.NetCore}/config/BackOfficeTours/getting-started.json (100%) diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj index e68bab7db8..1af278cbc3 100644 --- a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj +++ b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj @@ -22,7 +22,6 @@ - diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI.NetCore/config/BackOfficeTours/getting-started.json similarity index 100% rename from src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json rename to src/Umbraco.Web.UI.NetCore/config/BackOfficeTours/getting-started.json