Skip to content

Commit

Permalink
Bumps nanoFramework.Tools.Debugger to v2.4.36
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Oct 24, 2023
1 parent 92e38ba commit 349928d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 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.34" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.36" />
<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.34, )",
"resolved": "2.4.34",
"contentHash": "+QLH66C/dceiSlyWyfOEM5lOYZb13w5TjxvuB+ludaKTtD1IsZ4XAeXHen6P98eppgp3OLEus1GfMq7aGDj5Fw==",
"requested": "[2.4.36, )",
"resolved": "2.4.36",
"contentHash": "K4AXHaAzs4kyP8Hg3j8Zsd7aUW0XYPrlGOucjwwvRdekrYLjmw6vbB6i+QSZFBvzlTWMv/eOc5C1KQHiR+IPOQ==",
"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.34, )",
"resolved": "2.4.34",
"contentHash": "+QLH66C/dceiSlyWyfOEM5lOYZb13w5TjxvuB+ludaKTtD1IsZ4XAeXHen6P98eppgp3OLEus1GfMq7aGDj5Fw==",
"requested": "[2.4.36, )",
"resolved": "2.4.36",
"contentHash": "K4AXHaAzs4kyP8Hg3j8Zsd7aUW0XYPrlGOucjwwvRdekrYLjmw6vbB6i+QSZFBvzlTWMv/eOc5C1KQHiR+IPOQ==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
Expand Down
1 change: 1 addition & 0 deletions nanoFirmwareFlasher.Tool/nanoFirmwareFlasher.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +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.36" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="All" />
</ItemGroup>

Expand Down
23 changes: 12 additions & 11 deletions nanoFirmwareFlasher.Tool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"resolved": "4.7.0",
"contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.36, )",
"resolved": "2.4.36",
"contentHash": "K4AXHaAzs4kyP8Hg3j8Zsd7aUW0XYPrlGOucjwwvRdekrYLjmw6vbB6i+QSZFBvzlTWMv/eOc5C1KQHiR+IPOQ==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
"System.IO.Ports": "7.0.0"
}
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.6.133, )",
Expand Down Expand Up @@ -45,16 +56,6 @@
"System.Runtime": "4.3.0"
}
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Transitive",
"resolved": "2.4.34",
"contentHash": "+QLH66C/dceiSlyWyfOEM5lOYZb13w5TjxvuB+ludaKTtD1IsZ4XAeXHen6P98eppgp3OLEus1GfMq7aGDj5Fw==",
"dependencies": {
"Polly": "7.2.3",
"PropertyChanged.Fody": "2.6.1",
"System.IO.Ports": "7.0.0"
}
},
"NETStandard.Library": {
"type": "Transitive",
"resolved": "1.6.1",
Expand Down Expand Up @@ -1009,7 +1010,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.34, )"
"nanoFramework.Tools.Debugger.Net": "[2.4.36, )"
}
}
},
Expand Down

0 comments on commit 349928d

Please sign in to comment.