-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Updating SQLitePCLRaw library versions to 2.1.3 as it has ppc64le sup… #29783
Conversation
alhad-deshpande
commented
Dec 6, 2022
- This PR updates the SQLitePCLRaw library versions to 2.1.3. The SQLitePCLRaw with version 2.1.3 has ppc64le architecture support and has been successfully tested on Power platform and hence updating this version in this repository.
- The SQLitePCLRaw 2.1.2 library version is available on Azure nuget but the latest SQLitePCLRaw 2.1.3 is only available on api.nuget.org and hence added the below entry in NuGet.config file.
@AndriySvyryd or @ajcvickers ptal? Work from IBM folks for PPC enablement. |
@AndriySvyryd , @bricelam |
@alhad-deshpande This is not the right way of doing this. We cannot add the NuGet package feed. The packages need to be mirrored, which is an internal process. |
@ajcvickers |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@ajcvickers, @bricelam |
You're in luck, PR #30036 will update it to 2.1.4 in a 7.0.x patch. Note, it can also work today without a patch if you just manually update the dependency: <ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.3" />
</ItemGroup> |