From 10e51f5bacb688f38ba4db667696f8dd3da4a418 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Sun, 31 May 2020 23:47:27 +0300 Subject: [PATCH] add AbpProject type to common.props for discriminating app and module --- templates/app/aspnet-core/common.props | 1 + templates/module/aspnet-core/common.props | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/app/aspnet-core/common.props b/templates/app/aspnet-core/common.props index 7585f303ba..6caad60263 100644 --- a/templates/app/aspnet-core/common.props +++ b/templates/app/aspnet-core/common.props @@ -3,5 +3,6 @@ latest 1.0.0 $(NoWarn);CS1591 + app \ No newline at end of file diff --git a/templates/module/aspnet-core/common.props b/templates/module/aspnet-core/common.props index 4adb69f0fe..0e2bf35066 100644 --- a/templates/module/aspnet-core/common.props +++ b/templates/module/aspnet-core/common.props @@ -3,6 +3,7 @@ latest 0.1.0 $(NoWarn);CS1591 + module