mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
routine update
This commit is contained in:
parent
86f9cab3c3
commit
8f4c6c8228
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
||||
* @Date: 2023-08-12 10:48:24
|
||||
* @LastEditTime: 2023-10-02 11:14:18
|
||||
* @LastEditTime: 2023-10-05 10:12:16
|
||||
* @Description:
|
||||
* @
|
||||
* @Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved.
|
||||
@ -32,20 +32,15 @@ module.exports = {
|
||||
text: '在线文档',
|
||||
ariaLabel: 'Proj Menu',
|
||||
items: [{
|
||||
text: 'OpenAuth.Net(.Net Core/.Net 5/6/7..)',
|
||||
text: 'OpenAuth.Net开源后端',
|
||||
link: '/core/',
|
||||
target: '_blank'
|
||||
},
|
||||
{
|
||||
text: 'OpenAuth.Pro(企业版)',
|
||||
text: 'OpenAuth.Pro(企业vue2/vue3)',
|
||||
link: '/pro/',
|
||||
target: '_blank'
|
||||
},
|
||||
{
|
||||
text: '.Net 4.5版本文档',
|
||||
link: '/net/',
|
||||
target: '_blank'
|
||||
},
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -10,6 +10,11 @@ gitee上面两个版本,仅SDK的版本不同,代码完全相同。其中:
|
||||
|
||||
.Net目前SDK升级特别方便,只需花费3分钟时间既可升级到.Net 6/7/8...等。请参考:[3分钟的时间把.net core 3.1的升级到.NET 5](https://www.cnblogs.com/yubaolee/p/Net3ToNet5.html),所以不要纠结SDK版本问题。
|
||||
|
||||
::: tip 提示
|
||||
如果你使用的是.Net 4.0/4.5,请点击[这里](https://gitee.com/dotnetchina/OpenAuth.Net/tree/4.0) 下载后端代码,该分支已停止维护。参考文档:[http://doc.openauth.net.cn/net/](http://doc.openauth.net.cn/net/)
|
||||
|
||||
:::
|
||||
|
||||
## 安装sdk
|
||||
|
||||
下载安装微软官方SDK,代码地址:https://dotnet.microsoft.com/download
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
:::
|
||||
|
||||

|
||||
|
||||
OpenAuth.Net 4.0分支是基于 **.Net Framework 4.5** 的开源权限工作流快速开发框架(主分支已经更新为.Net 5/6/7..跨平台开发环境)。框架基于Martin Fowler企业级应用开发思想及全新技术组合(Asp.Net MVC、EF、AutoFac、WebAPI、Swagger、Json.Net等),核心模块包括:组织机构、角色用户、权限授权、表单设计、工作流等。它的架构精良易于扩展,是中小企业的首选。
|
||||
|
||||
## 特性
|
||||
|
Loading…
Reference in New Issue
Block a user