upgrade to serilog 2.12.0

This commit is contained in:
Rui Lopes 2022-12-03 10:18:57 +00:00
parent 9186ddffcb
commit 0bd6dc86c5
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ cat >example-hello-world.csproj <<'EOF'
</NuspecProperties> </NuspecProperties>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Serilog" Version="2.11.0" /> <PackageReference Include="Serilog" Version="2.12.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
EOF EOF
@ -135,7 +135,7 @@ namespace Example
EOF EOF
dotnet nuget list source dotnet nuget list source
dotnet add package example-hello-world dotnet add package example-hello-world
dotnet add package Serilog.Sinks.Console --version 4.0.1 dotnet add package Serilog.Sinks.Console --version 4.1.0
dotnet build -v=n -c=Release dotnet build -v=n -c=Release
dotnet publish -v=n -c=Release --no-build --output dist dotnet publish -v=n -c=Release --no-build --output dist
./dist/test ./dist/test