upgrade to Serilog 2.10.0

This commit is contained in:
Rui Lopes 2021-02-28 12:55:20 +00:00
parent da014151d7
commit e49a859c06
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ cat >example-hello-world.csproj <<'EOF'
</NuspecProperties>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
</ItemGroup>
</Project>
EOF