-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Microsoft.Extensions.Logging.Abstractions from 10.0.8 to 10.0.9 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -25,6 +25,7 @@ | |||
| </ItemGroup> | ||||
| <ItemGroup> | ||||
| <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" /> | ||||
| <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" /> | ||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ⚪ LOW RISK This project already references
Suggested change
|
||||
| <PackageReference Include="Nerdbank.GitVersioning"> | ||||
| <PrivateAssets>all</PrivateAssets> | ||||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
|
|
||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 MEDIUM RISK
Suggestion: Updating only
Microsoft.Extensions.Logging.Abstractionsto10.0.9while leaving other core packages likeMicrosoft.Extensions.Logging.Console,Microsoft.Extensions.Hosting, andMicrosoft.Extensions.Configurationat10.0.8is discouraged. These libraries are typically released in lockstep to ensure compatibility.Try running the following prompt in your coding agent: