Pin MessagePack to patched 2.5.302 in AppHost
Aspire.Hosting.PostgreSQL/JavaScript pull in MessagePack 2.5.192 transitively, which has multiple known vulnerabilities and fails the build with TreatWarningsAsErrors. Pinned a direct reference to the patched 2.5.302 (same major, no API break).
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Aspire.Hosting.JavaScript" Version="13.4.2" />
|
||||
<PackageReference Include="Aspire.Hosting.PostgreSQL" Version="13.4.0" />
|
||||
<PackageReference Include="MessagePack" Version="2.5.302" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user