Skip to content

Commit

Permalink
Merge pull request #208 from gitfool/renovate/serilog.extensions.host…
Browse files Browse the repository at this point in the history
…ing-7.x
  • Loading branch information
gitfool committed May 21, 2023
2 parents 892648a + 8a07eaa commit 622027d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
Expand Down
24 changes: 12 additions & 12 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@
},
"Serilog.Extensions.Hosting": {
"type": "Direct",
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "o0VUyt3npAqOJaZ6CiWLFeLYs3CYJwfcAqaUqprzsmj7qYIvorcn8cZLVR8AQX6vzX7gee2bD0sQeA17iO2/Aw==",
"requested": "[7.0.0, )",
"resolved": "7.0.0",
"contentHash": "AWsDTs6TeCtyXYDWakzLXCOZA3/IdIfBWBwkYAF0ZvVktVr3E15oYP9pfI7GzKaGVmHaJF9TgFQnFEfcnzEkcw==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
"Microsoft.Extensions.Hosting.Abstractions": "3.1.8",
"Microsoft.Extensions.Logging.Abstractions": "3.1.8",
"Serilog": "2.10.0",
"Serilog.Extensions.Logging": "3.1.0"
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "7.0.0",
"Microsoft.Extensions.Logging.Abstractions": "7.0.0",
"Serilog": "2.12.0",
"Serilog.Extensions.Logging": "7.0.0"
}
},
"Serilog.Settings.Configuration": {
Expand Down Expand Up @@ -627,11 +627,11 @@
},
"Serilog.Extensions.Logging": {
"type": "Transitive",
"resolved": "3.1.0",
"contentHash": "IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==",
"resolved": "7.0.0",
"contentHash": "9faU0zNQqU7I6soVhLUMYaGNpgWv6cKlKb2S5AnS8gXxzW/em5Ladm/6FMrWTnX41cdbdGPOWNAo6adi4WaJ6A==",
"dependencies": {
"Microsoft.Extensions.Logging": "2.0.0",
"Serilog": "2.9.0"
"Microsoft.Extensions.Logging": "7.0.0",
"Serilog": "2.12.0"
}
},
"Spectre.Console": {
Expand Down
24 changes: 12 additions & 12 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,23 +675,23 @@
},
"Serilog.Extensions.Hosting": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "o0VUyt3npAqOJaZ6CiWLFeLYs3CYJwfcAqaUqprzsmj7qYIvorcn8cZLVR8AQX6vzX7gee2bD0sQeA17iO2/Aw==",
"resolved": "7.0.0",
"contentHash": "AWsDTs6TeCtyXYDWakzLXCOZA3/IdIfBWBwkYAF0ZvVktVr3E15oYP9pfI7GzKaGVmHaJF9TgFQnFEfcnzEkcw==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
"Microsoft.Extensions.Hosting.Abstractions": "3.1.8",
"Microsoft.Extensions.Logging.Abstractions": "3.1.8",
"Serilog": "2.10.0",
"Serilog.Extensions.Logging": "3.1.0"
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "7.0.0",
"Microsoft.Extensions.Logging.Abstractions": "7.0.0",
"Serilog": "2.12.0",
"Serilog.Extensions.Logging": "7.0.0"
}
},
"Serilog.Extensions.Logging": {
"type": "Transitive",
"resolved": "3.1.0",
"contentHash": "IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==",
"resolved": "7.0.0",
"contentHash": "9faU0zNQqU7I6soVhLUMYaGNpgWv6cKlKb2S5AnS8gXxzW/em5Ladm/6FMrWTnX41cdbdGPOWNAo6adi4WaJ6A==",
"dependencies": {
"Microsoft.Extensions.Logging": "2.0.0",
"Serilog": "2.9.0"
"Microsoft.Extensions.Logging": "7.0.0",
"Serilog": "2.12.0"
}
},
"Serilog.Settings.Configuration": {
Expand Down Expand Up @@ -1714,7 +1714,7 @@
"Polly": "[7.2.3, )",
"Serilog": "[2.12.0, )",
"Serilog.Enrichers.Thread": "[3.1.0, )",
"Serilog.Extensions.Hosting": "[5.0.1, )",
"Serilog.Extensions.Hosting": "[7.0.0, )",
"Serilog.Settings.Configuration": "[7.0.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"Spectre.Console.Cli": "[0.47.0, )",
Expand Down

0 comments on commit 622027d

Please sign in to comment.