Skip to content

Commit 2094ca3

Browse files
joshsmithxrmclaude
andauthored
chore(deps): rely on central Pkcs pin, drop redundant VersionOverride (#1328) (#1334)
Remove VersionOverride attributes that duplicate the exact central pin in Directory.Packages.props (dependabot mechanical edits from #1288 and c638e16). Resolved versions are unchanged; the references now follow the central pin so future security bumps to Directory.Packages.props cannot silently strand these projects on old versions. - PPDS.Auth: System.Security.Cryptography.Pkcs (central 10.0.9) - PPDS.Migration: Microsoft.Data.SqlClient (central 6.1.4) The differing Microsoft.Extensions.Logging VersionOverride=10.0.5 in PPDS.Auth is left in place; tracked separately in #1330. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent fb6f769 commit 2094ca3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/PPDS.Auth/PPDS.Auth.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
8585

8686
<!-- JSON serialization -->
87-
<PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="10.0.9" />
87+
<PackageReference Include="System.Security.Cryptography.Pkcs" />
8888
<PackageReference Include="System.Text.Json" />
8989

9090
<!-- JWT token parsing for extracting claims -->

src/PPDS.Migration/PPDS.Migration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependency-aware tiered import, and CMT format compatibility for automated pipel
4545
</ItemGroup>
4646

4747
<ItemGroup>
48-
<PackageReference Include="Microsoft.Data.SqlClient" VersionOverride="6.1.4" />
48+
<PackageReference Include="Microsoft.Data.SqlClient" />
4949
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
5050
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
5151
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />

0 commit comments

Comments
 (0)