Skip to content

Commit 8e66fef

Browse files
lucygramleyCopilot
andcommitted
Bump MessagePack to 2.5.302 and @angular packages to 21.2.17
- MessagePack 2.5.187 -> 2.5.302 in Nodejs, ProjectWizard, TestAdapterImpl csproj - @angular framework packages -> 21.2.17 (cli 21.2.16, typescript 5.9) in NodeAppWithAngularTests mock project; regenerated package-lock.json Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1b80705 commit 8e66fef

5 files changed

Lines changed: 205 additions & 214 deletions

File tree

Nodejs/Product/Nodejs/Nodejs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
<Version>1.0.0</Version>
991991
<PrivateAssets>all</PrivateAssets>
992992
</PackageReference>
993-
<PackageReference Include="MessagePack" Version="2.5.187" />
993+
<PackageReference Include="MessagePack" Version="2.5.302" />
994994
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
995995
</ItemGroup>
996996
<ItemGroup>

Nodejs/Product/ProjectWizard/ProjectWizard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface" >
9999
<Version>17.0.0-previews-1-31318-023</Version>
100100
</PackageReference>
101-
<PackageReference Include="MessagePack" Version="2.5.187" />
101+
<PackageReference Include="MessagePack" Version="2.5.302" />
102102
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
103103
</ItemGroup>
104104
<Import Project="..\Nodejs\SharedResources.proj" />

Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<Version>1.0.0</Version>
108108
<PrivateAssets>all</PrivateAssets>
109109
</PackageReference>
110-
<PackageReference Include="MessagePack" Version="2.5.187" />
110+
<PackageReference Include="MessagePack" Version="2.5.302" />
111111
</ItemGroup>
112112
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113113
<Import Project="..\ProjectAfter.targets" />

0 commit comments

Comments
 (0)