转移.net core 3.1,为.NET 5做准备

This commit is contained in:
ÂëÉñ
2020-10-22 14:59:36 +08:00
parent fd9bca23a7
commit a35d596237
1080 changed files with 175912 additions and 185681 deletions

View File

@@ -1,10 +1,9 @@
using System;
using System.Linq;
using Infrastructure.Cache;
namespace OpenAuth.App.SSO
{
public class AppInfoService : CacheProvider
public class AppInfoService
{
public AppInfo Get(string appKey)
{
@@ -21,7 +20,7 @@ namespace OpenAuth.App.SSO
IsEnable = true,
Remark = "基于DDDLite的权限管理系统",
ReturnUrl = "http://localhost:56813",
Title = "OpenAuth.Net",
Title = "OpenAuth.Core",
CreateTime = DateTime.Now,
},
new AppInfo
@@ -31,7 +30,7 @@ namespace OpenAuth.App.SSO
IsEnable = true,
Remark = "这只是个模拟的测试站点",
ReturnUrl = "http://localhost:53050",
Title = "OpenAuth.Net测试站点",
Title = "OpenAuth.Core测试站点",
CreateTime = DateTime.Now,
}
};