Skip to content

Commit 046a798

Browse files
authored
Bumps nanoFramework.TestFramework to 3.0.57
1 parent 02c1ad4 commit 046a798

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

CSharp.TestApplication/CS.TestApplication-vs2019.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<WizardData>
2929
<packages repository="extension" repositoryId="455f2be5-bb07-451e-b351-a9faf3018dc9">
3030
<package id="nanoFramework.CoreLibrary" version="1.15.5"/>
31-
<package id="nanoFramework.TestFramework" version="2.1.113"/>
31+
<package id="nanoFramework.TestFramework" version="3.0.57"/>
3232
</packages>
3333
</WizardData>
3434
</VSTemplate>

CSharp.TestApplication/CS.TestApplication-vs2022.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<WizardData>
2929
<packages repository="extension" repositoryId="bf694e17-fa5f-4877-9317-6d3664b2689a">
3030
<package id="nanoFramework.CoreLibrary" version="1.15.5"/>
31-
<package id="nanoFramework.TestFramework" version="2.1.113"/>
31+
<package id="nanoFramework.TestFramework" version="3.0.57"/>
3232
</packages>
3333
</WizardData>
3434
</VSTemplate>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
108108
<IncludeInVSIX>true</IncludeInVSIX>
109109
</Content>
110-
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.2.1.113.nupkg">
111-
<Link>Packages\nanoFramework.TestFramework.2.1.113.nupkg</Link>
110+
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.57.nupkg">
111+
<Link>Packages\nanoFramework.TestFramework.3.0.57.nupkg</Link>
112112
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
113113
<IncludeInVSIX>true</IncludeInVSIX>
114114
</Content>
@@ -533,7 +533,7 @@
533533
<Version>1.15.5</Version>
534534
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
535535
</PackageReference>
536-
<PackageReference Include="nanoFramework.TestFramework" Version="2.1.113" GeneratePathProperty="true">
536+
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.57" GeneratePathProperty="true">
537537
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
538538
<PrivateAssets>all</PrivateAssets>
539539
</PackageReference>
@@ -575,4 +575,4 @@
575575
<Target Name="BeforeBuild">
576576
</Target>
577577
-->
578-
</Project>
578+
</Project>

VisualStudio.Extension-2019/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@
292292
},
293293
"nanoFramework.TestFramework": {
294294
"type": "Direct",
295-
"requested": "[2.1.113, )",
296-
"resolved": "2.1.113",
297-
"contentHash": "+aFNv9Kew1rxYL7boHO1WUdLRIFeqkUW23770dxQwynUquqob56nI1c5I4E4QAaCQg6TnZm+SLEIa2USHRuoRg=="
295+
"requested": "[3.0.57, )",
296+
"resolved": "3.0.57",
297+
"contentHash": "cVStR5Fg+Qk1ClDG5y5ep7v1oH9TTXD35o/vkElYQYo/mrpuo1RVBOu4BNe2caT0RKZqJnFZYiTO9mg+UnxITQ=="
298298
},
299299
"nanoFramework.Tools.Debugger.Net": {
300300
"type": "Direct",

VisualStudio.Extension-2019/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
<Asset Type="Microsoft.VisualStudio.ResourceTemplate" d:Source="Project" d:ProjectName="CSharp.ResourceTemplate" d:TargetPath="|CSharp.ResourceTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
3333
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CSharp.TestApplication-vs2019" d:TargetPath="|CSharp.TestApplication-vs2019;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3434
<Asset Type="nanoFramework.CoreLibrary.1.15.5.nupkg" d:Source="File" Path="Packages\nanoFramework.CoreLibrary.1.15.5.nupkg" d:VsixSubPath="Packages" />
35-
<Asset Type="nanoFramework.TestFramework.2.1.113.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.2.1.113.nupkg" d:VsixSubPath="Packages" />
35+
<Asset Type="nanoFramework.TestFramework.3.0.57.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.57.nupkg" d:VsixSubPath="Packages" />
3636
</Assets>
3737
</PackageManifest>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
126126
<IncludeInVSIX>true</IncludeInVSIX>
127127
</Content>
128-
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.2.1.113.nupkg">
129-
<Link>Packages\nanoFramework.TestFramework.2.1.113.nupkg</Link>
128+
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.57.nupkg">
129+
<Link>Packages\nanoFramework.TestFramework.3.0.57.nupkg</Link>
130130
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
131131
<IncludeInVSIX>true</IncludeInVSIX>
132132
</Content>
@@ -547,7 +547,7 @@
547547
<Version>1.15.5</Version>
548548
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
549549
</PackageReference>
550-
<PackageReference Include="nanoFramework.TestFramework" Version="2.1.113" GeneratePathProperty="true">
550+
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.57" GeneratePathProperty="true">
551551
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
552552
<PrivateAssets>all</PrivateAssets>
553553
</PackageReference>
@@ -588,4 +588,4 @@
588588
<Target Name="BeforeBuild">
589589
</Target>
590590
-->
591-
</Project>
591+
</Project>

VisualStudio.Extension-2022/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@
337337
},
338338
"nanoFramework.TestFramework": {
339339
"type": "Direct",
340-
"requested": "[2.1.113, )",
341-
"resolved": "2.1.113",
342-
"contentHash": "+aFNv9Kew1rxYL7boHO1WUdLRIFeqkUW23770dxQwynUquqob56nI1c5I4E4QAaCQg6TnZm+SLEIa2USHRuoRg=="
340+
"requested": "[3.0.57, )",
341+
"resolved": "3.0.57",
342+
"contentHash": "cVStR5Fg+Qk1ClDG5y5ep7v1oH9TTXD35o/vkElYQYo/mrpuo1RVBOu4BNe2caT0RKZqJnFZYiTO9mg+UnxITQ=="
343343
},
344344
"nanoFramework.Tools.Debugger.Net": {
345345
"type": "Direct",

VisualStudio.Extension-2022/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<Asset Type="Microsoft.VisualStudio.ResourceTemplate" d:Source="Project" d:ProjectName="CSharp.ResourceTemplate" d:TargetPath="|CSharp.ResourceTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
3535
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CSharp.TestApplication-vs2022" d:TargetPath="|CSharp.TestApplication-vs2022;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3636
<Asset Type="nanoFramework.CoreLibrary.1.15.5.nupkg" d:Source="File" Path="Packages\nanoFramework.CoreLibrary.1.15.5.nupkg" d:VsixSubPath="Packages" />
37-
<Asset Type="nanoFramework.TestFramework.2.1.113.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.2.1.113.nupkg" d:VsixSubPath="Packages" />
37+
<Asset Type="nanoFramework.TestFramework.3.0.57.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.57.nupkg" d:VsixSubPath="Packages" />
3838
</Assets>
3939
</PackageManifest>

0 commit comments

Comments
 (0)