Skip to content

Commit 45e6bb9

Browse files
upgrade packages
1 parent b0531d3 commit 45e6bb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,14 @@
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+
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="7.0.2" />
135+
</ItemGroup>
136+
137+
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
138+
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
139+
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
140+
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="7.0.2" />
132141
</ItemGroup>
133142
</Project>

0 commit comments

Comments
 (0)