Skip to content

Commit

Permalink
Bumps nanoFramework.Tools.Debugger to v2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Apr 26, 2023
1 parent 4ca230f commit 09d44f5
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 @@ -59,7 +59,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.16" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.19" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119" 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.16, )",
"resolved": "2.4.16",
"contentHash": "9cZLoW/YqBlmfDtoU06Sg9vh1Us0v3YLaTPtTH1iQnIMPAzDE23o1GxwpNozdlz9M/TXd90XP07aAH1E4Yu/yA==",
"requested": "[2.4.19, )",
"resolved": "2.4.19",
"contentHash": "Ge9hx8lJWxOJOYV80+zr6YX8EQWykXOGonfiKBMXPqzXvFsQP8biENciLSy03GkdcGVmsprsspFYZYxqOObPTg==",
"dependencies": {
"Microsoft.Extensions.Options.DataAnnotations": "6.0.0",
"Polly": "7.2.3",
Expand Down Expand Up @@ -186,9 +186,9 @@
"net6.0": {
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.16, )",
"resolved": "2.4.16",
"contentHash": "9cZLoW/YqBlmfDtoU06Sg9vh1Us0v3YLaTPtTH1iQnIMPAzDE23o1GxwpNozdlz9M/TXd90XP07aAH1E4Yu/yA==",
"requested": "[2.4.19, )",
"resolved": "2.4.19",
"contentHash": "Ge9hx8lJWxOJOYV80+zr6YX8EQWykXOGonfiKBMXPqzXvFsQP8biENciLSy03GkdcGVmsprsspFYZYxqOObPTg==",
"dependencies": {
"Microsoft.Extensions.Options.DataAnnotations": "6.0.0",
"Polly": "7.2.3",
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.16" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.19" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119" 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.16, )",
"resolved": "2.4.16",
"contentHash": "9cZLoW/YqBlmfDtoU06Sg9vh1Us0v3YLaTPtTH1iQnIMPAzDE23o1GxwpNozdlz9M/TXd90XP07aAH1E4Yu/yA==",
"requested": "[2.4.19, )",
"resolved": "2.4.19",
"contentHash": "Ge9hx8lJWxOJOYV80+zr6YX8EQWykXOGonfiKBMXPqzXvFsQP8biENciLSy03GkdcGVmsprsspFYZYxqOObPTg==",
"dependencies": {
"Microsoft.Extensions.Options.DataAnnotations": "6.0.0",
"Polly": "7.2.3",
Expand Down Expand Up @@ -1048,7 +1048,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.16, )"
"nanoFramework.Tools.Debugger.Net": "[2.4.19, )"
}
}
},
Expand Down

0 comments on commit 09d44f5

Please sign in to comment.