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 8522f99 commit 851a8fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.33" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.36" />
<PackageReference Include="nanoFramework.Tools.MetadataProcessor.MsBuildTask" Version="3.0.36" />
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.5.119</Version>
Expand Down
24 changes: 3 additions & 21 deletions VisualStudio.Extension-2019/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.33, )",
"resolved": "2.4.33",
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
"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 @@ -2419,24 +2419,6 @@
"VSSDK.IDE.12": "[12.0.4, 13.0.0)"
}
},
"csharp.assemblyinfotemplate": {
"type": "Project"
},
"csharp.blankapplication-vs2019": {
"type": "Project"
},
"csharp.classlibrary-vs2019": {
"type": "Project"
},
"csharp.classtemplate": {
"type": "Project"
},
"csharp.resourcetemplate": {
"type": "Project"
},
"csharp.testapplication-vs2019": {
"type": "Project"
},
"nanoFramework.Tools.BuildTasks": {
"type": "Project",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.33" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.36" />
<PackageReference Include="nanoFramework.Tools.MetadataProcessor.MsBuildTask" Version="3.0.36" />
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.5.119</Version>
Expand Down
24 changes: 3 additions & 21 deletions VisualStudio.Extension-2022/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.4.33, )",
"resolved": "2.4.33",
"contentHash": "Y1Sq1xOuFAkLBmxdpWBDq4CBWHOYuEEb70RXUWm5a+o9axj0/p7yGKY13fJGe3x9MStUYIzptcIcHefWOE7yfg==",
"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 @@ -2066,24 +2066,6 @@
"Microsoft.VisualStudio.Interop": "17.5.33428.366"
}
},
"csharp.assemblyinfotemplate": {
"type": "Project"
},
"csharp.blankapplication-vs2022": {
"type": "Project"
},
"csharp.classlibrary-vs2022": {
"type": "Project"
},
"csharp.classtemplate": {
"type": "Project"
},
"csharp.resourcetemplate": {
"type": "Project"
},
"csharp.testapplication-vs2022": {
"type": "Project"
},
"nanoFramework.Tools.BuildTasks": {
"type": "Project",
"dependencies": {
Expand Down

0 comments on commit 851a8fd

Please sign in to comment.