Skip to content

Commit 6642b05

Browse files
Try <PackageReference Update="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.7" />
1 parent 78e49e7 commit 6642b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracer/test/test-applications/security/Samples.Security.AspNetCore5/Samples.Security.AspNetCore5.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@
131131
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="6.0.0" />
132132
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
133133
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
134-
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="7.0.2" />
134+
<PackageReference Update="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.7" />
135135
</ItemGroup>
136136

137137
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
138138
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
139139
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
140-
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="7.0.2" />
140+
<PackageReference Update="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.7" />
141141
</ItemGroup>
142142
</Project>

0 commit comments

Comments
 (0)