Skip to content

Commit

Permalink
Bumps nanoFramework.Tools.Debugger to v2.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Mar 21, 2024
1 parent 849126c commit e3ff02e
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 @@ -61,7 +61,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.38" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.41" />
<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 @@ -36,9 +36,9 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.38, )",
"resolved": "2.4.38",
"contentHash": "t9/FBFP22CmyvXHhJiWXqMDYFkq+xVoz+VysH+AD6/uej6sIqzJ2+bvPneqvDZmEZXlJHgBk+E2Jlg9qA6NO6g==",
"requested": "[2.4.41, )",
"resolved": "2.4.41",
"contentHash": "eGIC7GYb0PNNZX7ci/bTITS7ooDjU3fyXxe1moQlJK5n5W7L2P3PgoRnHzrRkfPecW6fLTIPIc0e7e1BQX6mkQ==",
"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.38, )",
"resolved": "2.4.38",
"contentHash": "t9/FBFP22CmyvXHhJiWXqMDYFkq+xVoz+VysH+AD6/uej6sIqzJ2+bvPneqvDZmEZXlJHgBk+E2Jlg9qA6NO6g==",
"requested": "[2.4.41, )",
"resolved": "2.4.41",
"contentHash": "eGIC7GYb0PNNZX7ci/bTITS7ooDjU3fyXxe1moQlJK5n5W7L2P3PgoRnHzrRkfPecW6fLTIPIc0e7e1BQX6mkQ==",
"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 @@ -46,7 +46,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.38" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.41" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" 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.38, )",
"resolved": "2.4.38",
"contentHash": "t9/FBFP22CmyvXHhJiWXqMDYFkq+xVoz+VysH+AD6/uej6sIqzJ2+bvPneqvDZmEZXlJHgBk+E2Jlg9qA6NO6g==",
"requested": "[2.4.41, )",
"resolved": "2.4.41",
"contentHash": "eGIC7GYb0PNNZX7ci/bTITS7ooDjU3fyXxe1moQlJK5n5W7L2P3PgoRnHzrRkfPecW6fLTIPIc0e7e1BQX6mkQ==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down Expand Up @@ -1108,7 +1108,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.38, )"
"nanoFramework.Tools.Debugger.Net": "[2.4.41, )"
}
}
},
Expand Down

0 comments on commit e3ff02e

Please sign in to comment.