From a3361606e087f8960421f1fc6bd5da06da4fac97 Mon Sep 17 00:00:00 2001 From: Ronald Barendse Date: Mon, 28 Nov 2022 19:48:29 +0100 Subject: [PATCH] Create and pack empty file to add TFM dependency (#13475) --- src/Umbraco.Cms.Targets/Umbraco.Cms.Targets.csproj | 8 ++++++++ src/Umbraco.Cms/Umbraco.Cms.csproj | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Cms.Targets/Umbraco.Cms.Targets.csproj b/src/Umbraco.Cms.Targets/Umbraco.Cms.Targets.csproj index 056eb09513..922be06acc 100644 --- a/src/Umbraco.Cms.Targets/Umbraco.Cms.Targets.csproj +++ b/src/Umbraco.Cms.Targets/Umbraco.Cms.Targets.csproj @@ -50,4 +50,12 @@ + + + + + + + + diff --git a/src/Umbraco.Cms/Umbraco.Cms.csproj b/src/Umbraco.Cms/Umbraco.Cms.csproj index e1a0e2665c..1ff6e848ad 100644 --- a/src/Umbraco.Cms/Umbraco.Cms.csproj +++ b/src/Umbraco.Cms/Umbraco.Cms.csproj @@ -1,4 +1,4 @@ - + Umbraco CMS Installs Umbraco CMS with all default dependencies in your ASP.NET Core project. @@ -12,4 +12,12 @@ + + + + + + + +