Skip to content

Commit 6688da9

Browse files
committed
Fix ASM sqlite issue
1 parent ccb32e4 commit 6688da9

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
@@ -88,8 +88,8 @@
8888
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.0-preview.6.25358.103" />
8989
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="10.0.0-preview.6.25358.103" />
9090
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="10.0.0-preview.6.25358.103" />
91-
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.10" />
92-
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.10" />
91+
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.11" />
92+
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.11" />
9393
</ItemGroup>
9494

9595
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">

0 commit comments

Comments
 (0)