Skip to content

Commit 74df362

Browse files
authored
Removed -Pre flags from package installation instructions [Skip CI]
1 parent d70a360 commit 74df362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This package routes ASP.NET log messages through Serilog, so you can get informa
1111
**First**, install the _Serilog.Extensions.Logging_ [NuGet package](https://www.nuget.org/packages/Serilog.Extensions.Logging) into your web or console app. You will need a way to view the log messages - _Serilog.Sinks.Literate_ writes these to the console.
1212

1313
```powershell
14-
Install-Package Serilog.Extensions.Logging -Pre -DependencyVersion Highest
15-
Install-Package Serilog.Sinks.Literate -Pre
14+
Install-Package Serilog.Extensions.Logging -DependencyVersion Highest
15+
Install-Package Serilog.Sinks.Literate
1616
```
1717

1818
**Next**, in your application's `Startup` method, configure Serilog first:

0 commit comments

Comments
 (0)