mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
update
@@ -24,7 +24,7 @@
|
||||
|
||||
参考 BaseEntity.cs 源码(约100行),copy 到项目中使用,然后添加 nuget 引用包:
|
||||
|
||||
> dotnet add package FreeSql.Repository
|
||||
> dotnet add package FreeSql.DbContext
|
||||
|
||||
> dotnet add package FreeSql.Provider.Sqlite
|
||||
|
||||
|
||||
@@ -9,9 +9,16 @@ FreeSql.Repository 作为扩展,实现了通用仓储层功能。与其他规
|
||||
|
||||
## 安装
|
||||
|
||||
.NET Core 或 .NET 5.0+
|
||||
```bash
|
||||
dotnet add package FreeSql.Repository
|
||||
dotnet add package FreeSql.Repository
|
||||
```
|
||||
|
||||
.NET Framework
|
||||
```bash
|
||||
Install-Package FreeSql.DbContext
|
||||
```
|
||||
|
||||
## 定义
|
||||
|
||||
```csharp
|
||||
|
||||
Reference in New Issue
Block a user