Skip to content

Commit

Permalink
remove --prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Nov 14, 2023
1 parent ee35501 commit 4dc9015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If needed, [update your SDK from here](https://dotnet.microsoft.com/download).
Next, we simply add the `Dapper.AOT` nuget package - via the IDE, command-line, or by editing the project file directly:

``` txt
> dotnet add package Dapper.AOT --prerelease
> dotnet add package Dapper.AOT
```

or
Expand Down

0 comments on commit 4dc9015

Please sign in to comment.