We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364c2f4 commit 9778882Copy full SHA for 9778882
samples/snippets/standard/data/sqlite/SqliteProviderSample/SqliteProviderSample.csproj
@@ -9,7 +9,7 @@
9
<ItemGroup>
10
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.10" />
11
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.6" />
12
- <PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.1.5" />
+ <PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.1.6" />
13
</ItemGroup>
14
15
</Project>
0 commit comments