2d54ace5d9
Family version-matrix alignment. No behaviour change — mxgw registers no Akka checks, and 0.2.0's per-entry `data` object is emitted only when a check publishes some, so its health payloads are byte-identical. Note: this repo uses inline package pins, NOT central package management (there is no Directory.Packages.props), so the version lives in the Server csproj. Verified: Server builds 0 warnings. Part of scadaproj docs/plans/2026-07-22-overview-dashboard-impl-plan.md Task 2.3.
40 lines
2.1 KiB
XML
40 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
|
|
<PackageReference Include="ZB.MOM.WW.Auth.Abstractions" Version="0.1.5" />
|
|
<PackageReference Include="ZB.MOM.WW.Auth.Ldap" Version="0.1.5" />
|
|
<PackageReference Include="ZB.MOM.WW.Auth.ApiKeys" Version="0.1.5" />
|
|
<PackageReference Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.5" />
|
|
<PackageReference Include="ZB.MOM.WW.Audit" Version="0.1.0" />
|
|
<PackageReference Include="ZB.MOM.WW.Theme" Version="0.3.1" />
|
|
<PackageReference Include="ZB.MOM.WW.Configuration" Version="0.1.0" />
|
|
<PackageReference Include="ZB.MOM.WW.Health" Version="0.2.0" />
|
|
<PackageReference Include="ZB.MOM.WW.Telemetry" Version="0.1.0" />
|
|
<PackageReference Include="ZB.MOM.WW.Telemetry.Serilog" Version="0.1.0" />
|
|
<PackageReference Include="ZB.MOM.WW.GalaxyRepository" Version="0.2.0" />
|
|
<PackageReference Include="ZB.MOM.WW.Secrets" Version="0.2.3" />
|
|
<PackageReference Include="ZB.MOM.WW.Secrets.Abstractions" Version="0.2.3" />
|
|
<PackageReference Include="ZB.MOM.WW.Secrets.Ui" Version="0.2.3" />
|
|
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
|
|
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.0" />
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.7" />
|
|
<!-- Security pin: GHSA-2m69-gcr7-jv3q. Microsoft.Data.Sqlite pulls the vulnerable
|
|
native 2.1.11; 2.1.12 patches it. Bumping Sqlite does not clear it. -->
|
|
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.12" />
|
|
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
|
|
<PackageReference Include="Polly.Core" Version="8.6.6" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ZB.MOM.WW.MxGateway.Contracts\ZB.MOM.WW.MxGateway.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|