Skip to content

Commit

Permalink
Merge pull request #207 from gitfool/renovate/netescapades.configurat…
Browse files Browse the repository at this point in the history
…ion.yaml-3.x
  • Loading branch information
gitfool committed May 21, 2023
2 parents e3ce34a + d3c1d2e commit 3d0fa87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.2.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
Expand Down
8 changes: 4 additions & 4 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
},
"NetEscapades.Configuration.Yaml": {
"type": "Direct",
"requested": "[2.2.0, )",
"resolved": "2.2.0",
"contentHash": "g++p0PrPIMgGmSpqJOsf0bifO1d7HiVj2rAuwQkFu4BhsPSimzPDAx3MKMBOU0jXEgVG1mWSlufoo1P+2Ls+mQ==",
"requested": "[3.1.0, )",
"resolved": "3.1.0",
"contentHash": "D5Pxt4hXABna5OwYQmAQukspW7LEoYgvfAqyw85gUF/gnH9pWHsZCLMXy2ewWoQ0PELZ1lOGFLDbDVeoCvtBgA==",
"dependencies": {
"Microsoft.Extensions.Configuration": "2.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "2.0.0",
"YamlDotNet": "11.2.1"
"YamlDotNet": "13.0.1"
}
},
"Polly": {
Expand Down
8 changes: 4 additions & 4 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,12 +470,12 @@
},
"NetEscapades.Configuration.Yaml": {
"type": "Transitive",
"resolved": "2.2.0",
"contentHash": "g++p0PrPIMgGmSpqJOsf0bifO1d7HiVj2rAuwQkFu4BhsPSimzPDAx3MKMBOU0jXEgVG1mWSlufoo1P+2Ls+mQ==",
"resolved": "3.1.0",
"contentHash": "D5Pxt4hXABna5OwYQmAQukspW7LEoYgvfAqyw85gUF/gnH9pWHsZCLMXy2ewWoQ0PELZ1lOGFLDbDVeoCvtBgA==",
"dependencies": {
"Microsoft.Extensions.Configuration": "2.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "2.0.0",
"YamlDotNet": "11.2.1"
"YamlDotNet": "13.0.1"
}
},
"NETStandard.Library": {
Expand Down Expand Up @@ -1710,7 +1710,7 @@
"Microsoft.AspNet.WebApi.Client": "[5.2.9, )",
"Microsoft.Extensions.Hosting": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"NetEscapades.Configuration.Yaml": "[2.2.0, )",
"NetEscapades.Configuration.Yaml": "[3.1.0, )",
"Polly": "[7.2.3, )",
"Serilog": "[2.12.0, )",
"Serilog.Enrichers.Thread": "[3.1.0, )",
Expand Down

0 comments on commit 3d0fa87

Please sign in to comment.