diff --git a/Yi.Framework/Yi.Framework.Common/Helper/RandomHelper.cs b/Yi.Framework/Yi.Framework.Common/Helper/RandomHelper.cs index 9c9b61dd..8c5cd40f 100644 --- a/Yi.Framework/Yi.Framework.Common/Helper/RandomHelper.cs +++ b/Yi.Framework/Yi.Framework.Common/Helper/RandomHelper.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; -namespace Yi.Framework.Common +namespace Yi.Framework.Common.Helper { public class RandomHelper { diff --git a/Yi.Framework/Yi.Framework.Core/Yi.Framework.Core.csproj b/Yi.Framework/Yi.Framework.Core/Yi.Framework.Core.csproj index 5af9d499..2049f607 100644 --- a/Yi.Framework/Yi.Framework.Core/Yi.Framework.Core.csproj +++ b/Yi.Framework/Yi.Framework.Core/Yi.Framework.Core.csproj @@ -6,6 +6,7 @@ + @@ -15,6 +16,7 @@ + diff --git a/Yi.Framework/Yi.Framework.Interface/Yi.Framework.Interface.csproj b/Yi.Framework/Yi.Framework.Interface/Yi.Framework.Interface.csproj index 7f350e24..8f50c817 100644 --- a/Yi.Framework/Yi.Framework.Interface/Yi.Framework.Interface.csproj +++ b/Yi.Framework/Yi.Framework.Interface/Yi.Framework.Interface.csproj @@ -4,8 +4,39 @@ net5.0 + + + + + + + T4IService.tt + True + True + + + + + + T4IService.cs + TextTemplatingFileGenerator + + + + + + + + + + True + True + T4IService.tt + + + diff --git a/Yi.Framework/Yi.Framework.Service/Yi.Framework.Service.csproj b/Yi.Framework/Yi.Framework.Service/Yi.Framework.Service.csproj index 4b21d24f..dcb7b5dd 100644 --- a/Yi.Framework/Yi.Framework.Service/Yi.Framework.Service.csproj +++ b/Yi.Framework/Yi.Framework.Service/Yi.Framework.Service.csproj @@ -4,9 +4,40 @@ net5.0 + + + + + + + T4Service.tt + True + True + + + + + + T4Service.cs + TextTemplatingFileGenerator + + + + + + + + + + True + True + T4Service.tt + + + diff --git a/Yi.Framework/Yi.Framework.WebCore/Yi.Framework.WebCore.csproj b/Yi.Framework/Yi.Framework.WebCore/Yi.Framework.WebCore.csproj index 8100a672..7ec33ca6 100644 --- a/Yi.Framework/Yi.Framework.WebCore/Yi.Framework.WebCore.csproj +++ b/Yi.Framework/Yi.Framework.WebCore/Yi.Framework.WebCore.csproj @@ -6,6 +6,7 @@ +