upgrade to serilog 2.11.0

This commit is contained in:
Rui Lopes 2022-06-04 18:02:11 +01:00
parent 86112733ad
commit cafabc8e1c
1 changed files with 1 additions and 1 deletions

View File

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