Skip to content

Commit b4a4f66

Browse files
Bump System.CommandLine to 2.0.9 in DevProxy.Plugins and update lock files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cc1da6d commit b4a4f66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

DevProxy.Plugins/DevProxy.Plugins.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Private>false</Private>
5858
<ExcludeAssets>runtime</ExcludeAssets>
5959
</PackageReference>
60-
<PackageReference Include="System.CommandLine" Version="2.0.8">
60+
<PackageReference Include="System.CommandLine" Version="2.0.9">
6161
<Private>false</Private>
6262
<ExcludeAssets>runtime</ExcludeAssets>
6363
</PackageReference>

DevProxy.Plugins/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
},
9797
"System.CommandLine": {
9898
"type": "Direct",
99-
"requested": "[2.0.8, )",
100-
"resolved": "2.0.8",
101-
"contentHash": "FbpgF8p/ClXnoXEWLjQB34kNh5rsLewEgIgLyVzLDucAOQ4cNs7ec9Cam7gdKPruSb6zp4Mx8htZGTL4/5PJPg=="
99+
"requested": "[2.0.9, )",
100+
"resolved": "2.0.9",
101+
"contentHash": "SW0WhEk4NFVZ4lOnsLrHQOV/7s0eTidezNybHQWXfqhuXWB17X3RXbrifeWBbUx1iu+NcYchVSufmW7svjUEnA=="
102102
},
103103
"System.IdentityModel.Tokens.Jwt": {
104104
"type": "Direct",
@@ -538,7 +538,7 @@
538538
"Microsoft.OpenApi.YamlReader": "[3.6.0, )",
539539
"Newtonsoft.Json.Schema": "[4.0.1, )",
540540
"Scriban": "[7.2.3, )",
541-
"System.CommandLine": "[2.0.8, )",
541+
"System.CommandLine": "[2.0.9, )",
542542
"Unobtanium.Web.Proxy": "[0.1.5, )",
543543
"YamlDotNet": "[18.0.0, )"
544544
}

0 commit comments

Comments
 (0)