Skip to content

Commit

Permalink
📝UPDATE README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaiter committed Oct 15, 2023
1 parent 0e272b9 commit 929990c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ Derd是一个基于.net core开发的跨平台轻量级数据库操作框架。D
#### Package Manager

```shell
Install-Package Derd -Version 2.6.23
Install-Package Derd -Version 2.7.0
```

#### .NET CLI

```shell
dotnet add package Derd --version 2.6.23
dotnet add package Derd --version 2.7.0
```

#### PackageReference

```xml
<PackageReference Include="Derd" Version="2.6.23" />
<PackageReference Include="Derd" Version="2.7.0" />
```

#### Paket CLI

```shell
paket add Derd --version 2.6.23
paket add Derd --version 2.7.0
```


Expand Down

0 comments on commit 929990c

Please sign in to comment.