You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to upgrade from 19.225.1 to 19.246.0-preview, there is an error. It looks like the new version is trying to downgrade System.Security.Cryptography.ProtectedData to 6.0.0. Currently, I have version 9.0.0 installed.
Verbose Logs
Warning As Error: Detected package downgrade: System.Security.Cryptography.ProtectedData from 8.0.0 to 6.0.0. Reference the package directly from the project to selecta different version.
NstclInterfaces.Models -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0 -> Microsoft.Data.SqlClient 5.2.1 -> System.Configuration.ConfigurationManager 8.0.0 -> System.Security.Cryptography.ProtectedData (>= 8.0.0)
NstclInterfaces.Models -> Microsoft.TeamFoundationServer.Client 19.246.0-preview -> Microsoft.VisualStudio.Services.Client 19.246.0-preview -> System.Security.Cryptography.ProtectedData (>= 6.0.0)
The text was updated successfully, but these errors were encountered:
NuGet Product Used
Visual Studio Package Management UI
Product Version
19.246.0-preview
Worked before?
19.225.1
Impact
It bothers me. A fix would be nice
Repro Steps & Context
When I try to upgrade from 19.225.1 to 19.246.0-preview, there is an error. It looks like the new version is trying to downgrade System.Security.Cryptography.ProtectedData to 6.0.0. Currently, I have version 9.0.0 installed.
Verbose Logs
The text was updated successfully, but these errors were encountered: