Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PackageVersion Include="Castle.Core" Version="5.2.1" />
<PackageVersion Include="coverlet.collector" Version="8.0.1" />
<PackageVersion Include="LTAF.Navigator" Version="0.1.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.7" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: Update all Microsoft.Extensions.Configuration.* packages to the same version (10.0.7) to ensure consistency across the configuration stack and prevent potential runtime dependency conflicts or assembly binding errors. Lines 13 and 15 (EnvironmentVariables and UserSecrets) are currently left at 10.0.6.

Try running the following prompt in your coding agent:

Update all packages starting with 'Microsoft.Extensions.Configuration' in Directory.Packages.props to version 10.0.7

<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="10.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="10.0.7" />
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.6" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
Expand Down
Loading