Skip to content

Commit 1cd666f

Browse files
authored
Upate debugger to v2.4.34 (#233)
1 parent 536d4c2 commit 1cd666f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

nanoFirmwareFlasher.Library/nanoFirmwareFlasher.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</ItemGroup>
5959

6060
<ItemGroup>
61-
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.33" />
61+
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.34" />
6262
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
6363
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="All" />
6464
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />

nanoFirmwareFlasher.Library/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETFramework,Version=v4.7.2": {
55
"nanoFramework.Tools.Debugger.Net": {
66
"type": "Direct",
7-
"requested": "[2.4.33, )",
8-
"resolved": "2.4.33",
9-
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
7+
"requested": "[2.4.34, )",
8+
"resolved": "2.4.34",
9+
"contentHash": "+QLH66C/dceiSlyWyfOEM5lOYZb13w5TjxvuB+ludaKTtD1IsZ4XAeXHen6P98eppgp3OLEus1GfMq7aGDj5Fw==",
1010
"dependencies": {
1111
"Polly": "7.2.3",
1212
"PropertyChanged.Fody": "2.6.1",
@@ -108,9 +108,9 @@
108108
"net6.0": {
109109
"nanoFramework.Tools.Debugger.Net": {
110110
"type": "Direct",
111-
"requested": "[2.4.33, )",
112-
"resolved": "2.4.33",
113-
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
111+
"requested": "[2.4.34, )",
112+
"resolved": "2.4.34",
113+
"contentHash": "+QLH66C/dceiSlyWyfOEM5lOYZb13w5TjxvuB+ludaKTtD1IsZ4XAeXHen6P98eppgp3OLEus1GfMq7aGDj5Fw==",
114114
"dependencies": {
115115
"Polly": "7.2.3",
116116
"PropertyChanged.Fody": "2.6.1",

nanoFirmwareFlasher.Tool/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
},
4848
"nanoFramework.Tools.Debugger.Net": {
4949
"type": "Transitive",
50-
"resolved": "2.4.33",
51-
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
50+
"resolved": "2.4.34",
51+
"contentHash": "+QLH66C/dceiSlyWyfOEM5lOYZb13w5TjxvuB+ludaKTtD1IsZ4XAeXHen6P98eppgp3OLEus1GfMq7aGDj5Fw==",
5252
"dependencies": {
5353
"Polly": "7.2.3",
5454
"PropertyChanged.Fody": "2.6.1",
@@ -1009,7 +1009,7 @@
10091009
"System.ComponentModel.Annotations": "[5.0.0, )",
10101010
"System.IO.Ports": "[7.0.0, )",
10111011
"System.Net.Http": "[4.3.4, )",
1012-
"nanoFramework.Tools.Debugger.Net": "[2.4.33, )"
1012+
"nanoFramework.Tools.Debugger.Net": "[2.4.34, )"
10131013
}
10141014
}
10151015
},

0 commit comments

Comments
 (0)