Skip to content

dotnet add/remove package command error #45671

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

Closed
ali50m opened this issue Apr 9, 2025 · 0 comments · Fixed by #45882
Closed

dotnet add/remove package command error #45671

ali50m opened this issue Apr 9, 2025 · 0 comments · Fixed by #45882
Assignees
Labels
⌚ Not Triaged Not triaged

Comments

@ali50m
Copy link
Contributor

ali50m commented Apr 9, 2025

Type of issue

Code doesn't work

Description

dotnet package remove Microsoft.Data.Sqlite
dotnet package add Microsoft.Data.Sqlite.Core
dotnet package add SQLitePCLRaw.bundle_e_sqlcipher

These codes do not work in my laptop. These codes should be

dotnet remove package Microsoft.Data.Sqlite
dotnet add package Microsoft.Data.Sqlite.Core
dotnet add package SQLitePCLRaw.bundle_e_sqlcipher

env:
Win10 19044.5737
dotnet sdk 9.0.203

Page URL

https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/encryption?tabs=net-cli

Content source URL

https://github.com/dotnet/docs/blob/main/docs/standard/data/sqlite/encryption.md

Document Version Independent Id

888d3d8a-77c8-bd1d-1713-b16f25798521

Platform Id

3e482352-4aea-87fd-fc92-38c0871480ff

Article author

@ajcvickers

Metadata

  • ID: 904359df-95a7-d86a-6339-3d76f423ce26
  • PlatformId: 3e482352-4aea-87fd-fc92-38c0871480ff
  • Service: dotnet-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌚ Not Triaged Not triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants