Skip to content

Commit 1f0b34d

Browse files
authored
Update README.md
1 parent 60cfd21 commit 1f0b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can get started quickly with this package, and later migrate to the full Ser
1616
**1.** Add [the NuGet package](https://nuget.org/packages/serilog.extensions.logging.file) as a dependency of your project either with the package manager or directly to the CSPROJ file:
1717

1818
```xml
19-
<PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0" />
19+
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.1.0" />
2020
```
2121

2222
**2.** In your `Program` class, configure logging on the web host builder, and call `AddFile()` on the provided `loggingBuilder`.

0 commit comments

Comments
 (0)