Skip to content

Commit 0aaa018

Browse files
authored
Bumps nanoFramework.TestFramework to 3.0.77
1 parent a76ef60 commit 0aaa018

File tree

8 files changed

+17
-35
lines changed

8 files changed

+17
-35
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.17.11"/>
31-
<package id="nanoFramework.TestFramework" version="3.0.75"/>
31+
<package id="nanoFramework.TestFramework" version="3.0.77"/>
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.17.11"/>
31-
<package id="nanoFramework.TestFramework" version="3.0.75"/>
31+
<package id="nanoFramework.TestFramework" version="3.0.77"/>
3232
</packages>
3333
</WizardData>
3434
</VSTemplate>

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

Lines changed: 3 additions & 3 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.3.0.75.nupkg">
111-
<Link>Packages\nanoFramework.TestFramework.3.0.75.nupkg</Link>
110+
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.77.nupkg">
111+
<Link>Packages\nanoFramework.TestFramework.3.0.77.nupkg</Link>
112112
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
113113
<IncludeInVSIX>true</IncludeInVSIX>
114114
</Content>
@@ -533,7 +533,7 @@
533533
<Version>1.17.11</Version>
534534
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
535535
</PackageReference>
536-
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.75" GeneratePathProperty="true">
536+
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.77" GeneratePathProperty="true">
537537
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
538538
<PrivateAssets>all</PrivateAssets>
539539
</PackageReference>

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": "[3.0.75, )",
296-
"resolved": "3.0.75",
297-
"contentHash": "bFqqgfIs6o7M0v3oZAD7NgzDdoPgLeNVyyOHGRxtaiMAyL8BBeBobjKw+OXA0LHT5jPx0qZBH2mcMDV1k8MVBQ=="
295+
"requested": "[3.0.77, )",
296+
"resolved": "3.0.77",
297+
"contentHash": "Py5W1oN84KMBmOOHCzdz6pyi3bZTnQu9BoqIx0KGqkhG3V8kGoem/t+BuCM0pMIWAyl2iMP1n2S9624YXmBJZw=="
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.17.11.nupkg" d:Source="File" Path="Packages\nanoFramework.CoreLibrary.1.17.11.nupkg" d:VsixSubPath="Packages" />
35-
<Asset Type="nanoFramework.TestFramework.3.0.75.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.75.nupkg" d:VsixSubPath="Packages" />
35+
<Asset Type="nanoFramework.TestFramework.3.0.77.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.77.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
@@ -127,8 +127,8 @@
127127
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
128128
<IncludeInVSIX>true</IncludeInVSIX>
129129
</Content>
130-
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.75.nupkg">
131-
<Link>Packages\nanoFramework.TestFramework.3.0.75.nupkg</Link>
130+
<Content Include="$(PkgnanoFramework_TestFramework)\nanoFramework.TestFramework.3.0.77.nupkg">
131+
<Link>Packages\nanoFramework.TestFramework.3.0.77.nupkg</Link>
132132
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
133133
<IncludeInVSIX>true</IncludeInVSIX>
134134
</Content>
@@ -545,7 +545,7 @@
545545
<Version>1.17.11</Version>
546546
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
547547
</PackageReference>
548-
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.75" GeneratePathProperty="true">
548+
<PackageReference Include="nanoFramework.TestFramework" Version="3.0.77" GeneratePathProperty="true">
549549
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
550550
<PrivateAssets>all</PrivateAssets>
551551
</PackageReference>
@@ -586,4 +586,4 @@
586586
<Target Name="BeforeBuild">
587587
</Target>
588588
-->
589-
</Project>
589+
</Project>

VisualStudio.Extension-2022/packages.lock.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@
311311
},
312312
"nanoFramework.TestFramework": {
313313
"type": "Direct",
314-
"requested": "[3.0.75, )",
315-
"resolved": "3.0.75",
316-
"contentHash": "bFqqgfIs6o7M0v3oZAD7NgzDdoPgLeNVyyOHGRxtaiMAyL8BBeBobjKw+OXA0LHT5jPx0qZBH2mcMDV1k8MVBQ=="
314+
"requested": "[3.0.77, )",
315+
"resolved": "3.0.77",
316+
"contentHash": "Py5W1oN84KMBmOOHCzdz6pyi3bZTnQu9BoqIx0KGqkhG3V8kGoem/t+BuCM0pMIWAyl2iMP1n2S9624YXmBJZw=="
317317
},
318318
"nanoFramework.Tools.Debugger.Net": {
319319
"type": "Direct",
@@ -1880,24 +1880,6 @@
18801880
"Microsoft.VisualStudio.Interop": "17.13.40008"
18811881
}
18821882
},
1883-
"csharp.assemblyinfotemplate": {
1884-
"type": "Project"
1885-
},
1886-
"csharp.blankapplication-vs2022": {
1887-
"type": "Project"
1888-
},
1889-
"csharp.classlibrary-vs2022": {
1890-
"type": "Project"
1891-
},
1892-
"csharp.classtemplate": {
1893-
"type": "Project"
1894-
},
1895-
"csharp.resourcetemplate": {
1896-
"type": "Project"
1897-
},
1898-
"csharp.testapplication-vs2022": {
1899-
"type": "Project"
1900-
},
19011883
"nanoFramework.Tools.BuildTasks": {
19021884
"type": "Project",
19031885
"dependencies": {

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.17.11.nupkg" d:Source="File" Path="Packages\nanoFramework.CoreLibrary.1.17.11.nupkg" d:VsixSubPath="Packages" />
37-
<Asset Type="nanoFramework.TestFramework.3.0.75.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.75.nupkg" d:VsixSubPath="Packages" />
37+
<Asset Type="nanoFramework.TestFramework.3.0.77.nupkg" d:Source="File" Path="Packages\nanoFramework.TestFramework.3.0.77.nupkg" d:VsixSubPath="Packages" />
3838
</Assets>
3939
</PackageManifest>

0 commit comments

Comments
 (0)