Skip to content

Commit 537f391

Browse files
Sqlite error in Alpine
1 parent 68c4e19 commit 537f391

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,12 @@
129129
<PackageReference Include="System.DirectoryServices" Version="6.0.0" />
130130
<PackageReference Include="System.DirectoryServices.Protocols" Version="6.0.0" />
131131
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="6.0.0" />
132+
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
133+
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
134+
</ItemGroup>
135+
136+
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
137+
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
138+
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
132139
</ItemGroup>
133140
</Project>

0 commit comments

Comments
 (0)