Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTzeng authored Nov 20, 2022
1 parent 6489bb9 commit 06cc574
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

基于EF Core的Code First模式的DotNetCore快速开发框架

**Nuget [最新版本:3.1.3.5]**
**Nuget [最新版本:6.1.0]**

[Zxw.Framework.NetCore](https://www.nuget.org/packages/Zxw.Framework.NetCore/3.1.3.5)
* Install-Package Zxw.Framework.NetCore -Version 3.1.3.5
* dotnet add package Zxw.Framework.NetCore --version 3.1.3.5
[Zxw.Framework.NetCore](https://www.nuget.org/packages/Zxw.Framework.NetCore/6.1.0)
* Install-Package Zxw.Framework.NetCore -Version 6.1.0
* dotnet add package Zxw.Framework.NetCore --version 6.1.0

**开发环境**
* VS2019 / VS Code
Expand All @@ -20,7 +20,7 @@
* InMemory
* PostgreSQL
* Oracle
* MongoDB (Beta)(第三方驱动[Blueshift.EntityFrameworkCore.MongoDB](https://github.com/BlueshiftSoftware/EntityFrameworkCore))
* MongoDB (已移除)

**日志组件**
* log4net
Expand All @@ -45,6 +45,11 @@

# 更新日志

**2022/11/20**
* 1.兼容.net7.0,
* 2.移除对MongoDB的支持
* 3.HttpRequestHelper标识为已过时,请用HttpClient

**2019/12/17**
* 1. 添加框架同一入口扩展方法 [AddCoreX](https://github.com/VictorTzeng/Zxw.Framework.NetCore/blob/66ce81a3ffa3eb9379631ba11a3fd36c4c369e60/Zxw.Framework.NetCore/Extensions/ServiceExtension.cs#L419)
```
Expand Down

0 comments on commit 06cc574

Please sign in to comment.