From c9e787858c5857070b30a89a23b3de8a31044a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Thu, 14 Oct 2021 21:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jwt=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Helper/RandomHelper.cs | 2 +- .../Yi.Framework.Core.csproj | 2 ++ .../Yi.Framework.Interface.csproj | 31 +++++++++++++++++++ .../Yi.Framework.Service.csproj | 31 +++++++++++++++++++ .../Yi.Framework.WebCore.csproj | 1 + 5 files changed, 66 insertions(+), 1 deletion(-) 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 @@ +