Skip to content
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

Fix package downgrade in consuming libraries #3062

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

jmprieur
Copy link
Contributor

@jmprieur jmprieur commented Dec 16, 2024

Attempt to fix package downgrade in consuming libraries

Description

See #3061

new dependencies:

Project 'Microsoft.IdentityModel.Tokens' has the following package references
[net462]:
Top-level Package Requested Resolved

Microsoft.Bcl.TimeProvider 8.0.1 8.0.1
Microsoft.CodeAnalysis.BannedApiAnalyzers 3.3.4 3.3.4
Microsoft.CodeAnalysis.FxCopAnalyzers 3.3.1 3.3.1
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 3.3.4
> Microsoft.Extensions.Logging.Abstractions 6.0.0 6.0.0
Microsoft.SourceLink.GitHub 1.0.0 1.0.0
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.11.20
System.Memory 4.5.5 4.5.5
System.Text.Json 8.0.5 8.0.5

[net472]:
Top-level Package Requested Resolved

Microsoft.Bcl.TimeProvider 8.0.1 8.0.1
Microsoft.CodeAnalysis.BannedApiAnalyzers 3.3.4 3.3.4
Microsoft.CodeAnalysis.FxCopAnalyzers 3.3.1 3.3.1
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 3.3.4
> Microsoft.Extensions.Logging.Abstractions 2.1.0 2.1.0
Microsoft.SourceLink.GitHub 1.0.0 1.0.0
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.11.20
System.Memory 4.5.5 4.5.5
System.Text.Json 8.0.5 8.0.5

[netstandard2.0]:
Top-level Package Requested Resolved

Microsoft.Bcl.TimeProvider 8.0.1 8.0.1
Microsoft.CodeAnalysis.BannedApiAnalyzers 3.3.4 3.3.4
Microsoft.CodeAnalysis.FxCopAnalyzers 3.3.1 3.3.1
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 3.3.4
Microsoft.CSharp 4.5.0 4.5.0
> Microsoft.Extensions.Logging.Abstractions 2.1.0 2.1.0
Microsoft.SourceLink.GitHub 1.0.0 1.0.0
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.11.20
NETStandard.Library (A) [2.0.3, ) 2.0.3
System.Security.Cryptography.Cng 4.5.0 4.5.0
System.Text.Json 8.0.5 8.0.5

[net6.0]:
Top-level Package Requested Resolved

Microsoft.Bcl.TimeProvider 8.0.1 8.0.1
Microsoft.CodeAnalysis.BannedApiAnalyzers 3.3.4 3.3.4
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 3.3.4
> Microsoft.Extensions.Logging.Abstractions 6.0.0 6.0.0
Microsoft.SourceLink.GitHub 1.0.0 1.0.0
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.11.20

[net8.0]:
Top-level Package Requested Resolved

Microsoft.CodeAnalysis.BannedApiAnalyzers 3.3.4 3.3.4
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 3.3.4
> Microsoft.Extensions.Logging.Abstractions 8.0.0 8.0.0
Microsoft.NET.ILLink.Tasks (A) [8.0.11, ) 8.0.11
Microsoft.SourceLink.GitHub 1.0.0 1.0.0
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.11.20

[net9.0]:
Top-level Package Requested Resolved

Microsoft.CodeAnalysis.BannedApiAnalyzers 3.3.4 3.3.4
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.4 3.3.4
> Microsoft.Extensions.Logging.Abstractions 9.0.0 9.0.0
Microsoft.NET.ILLink.Tasks (A) [9.0.0, ) 9.0.0
Microsoft.SourceLink.GitHub 1.0.0 1.0.0
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.11.20

(A) : Auto-referenced package.

@jmprieur jmprieur requested a review from a team as a code owner December 16, 2024 17:46
Copy link
Contributor

@iNinja iNinja left a comment

Choose a reason for hiding this comment

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

Thanks for looking into this. LGTM

@jmprieur jmprieur added the Bug Product is not functioning as expected label Dec 16, 2024
@jmprieur jmprieur merged commit 72c5ecd into dev Dec 16, 2024
6 checks passed
@jmprieur jmprieur changed the title Attempt to fix package downgrade in consuming libraries Fix package downgrade in consuming libraries Dec 17, 2024
@jmprieur jmprieur deleted the jmprieur/microsoftExtensionsVersions branch December 17, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Product is not functioning as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Recent changes bring package downgrades in consuming libraries (not released yet)
3 participants