Skip to content

Commit c4420e6

Browse files
authored
Bumps nanoFramework.Tools.MetadataProcessor.MsBuildTask to 3.0.61
1 parent f810c62 commit c4420e6

File tree

4 files changed

+8
-44
lines changed

4 files changed

+8
-44
lines changed

VisualStudio.Extension-2019/VisualStudio.Extension-vs2019.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
<PackageReference Include="nanoFramework.Tools.Debugger.Net">
541541
<Version>2.5.6</Version>
542542
</PackageReference>
543-
<PackageReference Include="nanoFramework.Tools.MetadataProcessor.MsBuildTask" Version="3.0.56" />
543+
<PackageReference Include="nanoFramework.Tools.MetadataProcessor.MsBuildTask" Version="3.0.61" />
544544
<PackageReference Include="Nerdbank.GitVersioning">
545545
<Version>3.6.146</Version>
546546
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

VisualStudio.Extension-2019/packages.lock.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@
308308
},
309309
"nanoFramework.Tools.MetadataProcessor.MsBuildTask": {
310310
"type": "Direct",
311-
"requested": "[3.0.56, )",
312-
"resolved": "3.0.56",
313-
"contentHash": "kNLz394HLWf+dPQkjA8TJKyU15wx0aSxbIXeWeEDdniEYZBS5gaxR/2zFXzEGtC1S4GJs56aaQQRreCiMZuV2Q=="
311+
"requested": "[3.0.61, )",
312+
"resolved": "3.0.61",
313+
"contentHash": "j0SSYErpNpwR/AvQHggjCj0nH1dMv0vsRBHkLmiMURPnNEcLGVQju4v4VPRfJXU8zMv9a37VTV5+y9OC0CcypQ=="
314314
},
315315
"Nerdbank.GitVersioning": {
316316
"type": "Direct",
@@ -1850,24 +1850,6 @@
18501850
"VSSDK.IDE.12": "[12.0.4, 13.0.0)"
18511851
}
18521852
},
1853-
"csharp.assemblyinfotemplate": {
1854-
"type": "Project"
1855-
},
1856-
"csharp.blankapplication-vs2019": {
1857-
"type": "Project"
1858-
},
1859-
"csharp.classlibrary-vs2019": {
1860-
"type": "Project"
1861-
},
1862-
"csharp.classtemplate": {
1863-
"type": "Project"
1864-
},
1865-
"csharp.resourcetemplate": {
1866-
"type": "Project"
1867-
},
1868-
"csharp.testapplication-vs2019": {
1869-
"type": "Project"
1870-
},
18711853
"nanoFramework.Tools.BuildTasks": {
18721854
"type": "Project",
18731855
"dependencies": {

VisualStudio.Extension-2022/VisualStudio.Extension-vs2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@
554554
<PackageReference Include="nanoFramework.Tools.Debugger.Net">
555555
<Version>2.5.6</Version>
556556
</PackageReference>
557-
<PackageReference Include="nanoFramework.Tools.MetadataProcessor.MsBuildTask" Version="3.0.56" />
557+
<PackageReference Include="nanoFramework.Tools.MetadataProcessor.MsBuildTask" Version="3.0.61" />
558558
<PackageReference Include="Nerdbank.GitVersioning">
559559
<Version>3.6.146</Version>
560560
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

VisualStudio.Extension-2022/packages.lock.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@
353353
},
354354
"nanoFramework.Tools.MetadataProcessor.MsBuildTask": {
355355
"type": "Direct",
356-
"requested": "[3.0.56, )",
357-
"resolved": "3.0.56",
358-
"contentHash": "kNLz394HLWf+dPQkjA8TJKyU15wx0aSxbIXeWeEDdniEYZBS5gaxR/2zFXzEGtC1S4GJs56aaQQRreCiMZuV2Q=="
356+
"requested": "[3.0.61, )",
357+
"resolved": "3.0.61",
358+
"contentHash": "j0SSYErpNpwR/AvQHggjCj0nH1dMv0vsRBHkLmiMURPnNEcLGVQju4v4VPRfJXU8zMv9a37VTV5+y9OC0CcypQ=="
359359
},
360360
"Nerdbank.GitVersioning": {
361361
"type": "Direct",
@@ -1882,24 +1882,6 @@
18821882
"Microsoft.VisualStudio.Interop": "17.12.40391"
18831883
}
18841884
},
1885-
"csharp.assemblyinfotemplate": {
1886-
"type": "Project"
1887-
},
1888-
"csharp.blankapplication-vs2022": {
1889-
"type": "Project"
1890-
},
1891-
"csharp.classlibrary-vs2022": {
1892-
"type": "Project"
1893-
},
1894-
"csharp.classtemplate": {
1895-
"type": "Project"
1896-
},
1897-
"csharp.resourcetemplate": {
1898-
"type": "Project"
1899-
},
1900-
"csharp.testapplication-vs2022": {
1901-
"type": "Project"
1902-
},
19031885
"nanoFramework.Tools.BuildTasks": {
19041886
"type": "Project",
19051887
"dependencies": {

0 commit comments

Comments
 (0)