Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Noctis/Noctis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
bundles SQLite < 3.50.2 and shipped e_sqlite3.dll in every release. This
explicit reference wins over the transitive pin without moving off the 8.0.x
Microsoft.Data.Sqlite line. Verify with a vulnerable/transitive package audit. -->
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.12" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.4" />
<!-- Windows DPAPI: scrobbler tokens encrypted at rest in settings.json (runtime-guarded, no-op elsewhere) -->
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
</ItemGroup>
Expand Down
Loading