Skip to content

Commit

Permalink
Update debugger to v2.4.33 (#231)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Jun 27, 2023
1 parent f76d08c commit 9485e90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.28" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.33" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" 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 @@ -4,9 +4,9 @@
".NETFramework,Version=v4.7.2": {
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.28, )",
"resolved": "2.4.28",
"contentHash": "9c9hFTCC89ZgkltPJvaw9aD9KomX/c5nFh80bUoVkJ+pROgH8em1uayoqLmnXfdbcTd+3TGJPCWriJNW3Zztdw==",
"requested": "[2.4.33, )",
"resolved": "2.4.33",
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down Expand Up @@ -108,9 +108,9 @@
"net6.0": {
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.28, )",
"resolved": "2.4.28",
"contentHash": "9c9hFTCC89ZgkltPJvaw9aD9KomX/c5nFh80bUoVkJ+pROgH8em1uayoqLmnXfdbcTd+3TGJPCWriJNW3Zztdw==",
"requested": "[2.4.33, )",
"resolved": "2.4.33",
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down
6 changes: 3 additions & 3 deletions nanoFirmwareFlasher.Tool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Transitive",
"resolved": "2.4.28",
"contentHash": "9c9hFTCC89ZgkltPJvaw9aD9KomX/c5nFh80bUoVkJ+pROgH8em1uayoqLmnXfdbcTd+3TGJPCWriJNW3Zztdw==",
"resolved": "2.4.33",
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down Expand Up @@ -1009,7 +1009,7 @@
"System.ComponentModel.Annotations": "[5.0.0, )",
"System.IO.Ports": "[7.0.0, )",
"System.Net.Http": "[4.3.4, )",
"nanoFramework.Tools.Debugger.Net": "[2.4.28, )"
"nanoFramework.Tools.Debugger.Net": "[2.4.33, )"
}
}
},
Expand Down

0 comments on commit 9485e90

Please sign in to comment.