perf: 升级至.NET9 (#90)

This commit is contained in:
2024-02-20 15:05:38 +08:00
committed by GitHub
parent 6f89015198
commit ad3eab929d
13 changed files with 24 additions and 26 deletions

View File

@ -1,6 +1,6 @@
# NetAdmin
通用后台权限管理系统、快速开发框架基于C#12/.NET8、Vue3/Vite、Element Plus等现代技术构建具有十分整洁、优雅的编码规范
通用后台权限管理系统、快速开发框架基于C#12/.NET9~~~~、Vue3/Vite、Element Plus等现代技术构建具有十分整洁、优雅的编码规范
[![.NET](https://github.com/nsnail/NetAdmin/actions/workflows/ci.yml/badge.svg)](https://github.com/nsnail/NetAdmin/actions/workflows/ci.yml)
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nsnail/NetAdmin/blob/main/LICENSE)
@ -20,7 +20,7 @@ docker run -p 8080:8080 nsnail/netadmin
## 构建步骤
- 后端
1. 检查dotnet-sdk版本>=8.0.0
1. 检查dotnet-sdk版本>=9.0.0
``` shell
dotnet --list-sdks