Skip to content

Commit

Permalink
Bumps nanoFramework.Tools.Debugger to v2.4.46
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Oct 9, 2024
1 parent 5e1d1e4 commit 798b689
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.45" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.46" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="All" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
Expand Down
12 changes: 6 additions & 6 deletions nanoFirmwareFlasher.Library/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.45, )",
"resolved": "2.4.45",
"contentHash": "tG8lWhL4GAdVjrRHBB/g/bvaaXw8aidcatZ09pxkiBTqlIrHdrUM4Nsu/wvvMAgWscWrXDVAEYna1KHaFD9vfg==",
"requested": "[2.4.46, )",
"resolved": "2.4.46",
"contentHash": "9y51vyBO5PNjm175GuDklNmZN8IkukZ5i31hUVBpRahzweu9KHcRtOd/+gcZC7S5+sxaFFLVkex7foW706T5gQ==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down Expand Up @@ -304,9 +304,9 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.45, )",
"resolved": "2.4.45",
"contentHash": "tG8lWhL4GAdVjrRHBB/g/bvaaXw8aidcatZ09pxkiBTqlIrHdrUM4Nsu/wvvMAgWscWrXDVAEYna1KHaFD9vfg==",
"requested": "[2.4.46, )",
"resolved": "2.4.46",
"contentHash": "9y51vyBO5PNjm175GuDklNmZN8IkukZ5i31hUVBpRahzweu9KHcRtOd/+gcZC7S5+sxaFFLVkex7foW706T5gQ==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher.Tool/nanoFirmwareFlasher.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.45" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.46" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="All" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions nanoFirmwareFlasher.Tool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.45, )",
"resolved": "2.4.45",
"contentHash": "tG8lWhL4GAdVjrRHBB/g/bvaaXw8aidcatZ09pxkiBTqlIrHdrUM4Nsu/wvvMAgWscWrXDVAEYna1KHaFD9vfg==",
"requested": "[2.4.46, )",
"resolved": "2.4.46",
"contentHash": "9y51vyBO5PNjm175GuDklNmZN8IkukZ5i31hUVBpRahzweu9KHcRtOd/+gcZC7S5+sxaFFLVkex7foW706T5gQ==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down Expand Up @@ -1096,7 +1096,7 @@
"System.ComponentModel.Annotations": "[5.0.0, )",
"System.IO.Ports": "[8.0.0, )",
"System.Net.Http": "[4.3.4, )",
"nanoFramework.Tools.Debugger.Net": "[2.4.45, )"
"nanoFramework.Tools.Debugger.Net": "[2.4.46, )"
}
}
},
Expand Down

0 comments on commit 798b689

Please sign in to comment.