Skip to content

Commit 78e49e7

Browse files
upgrade packages
1 parent 537f391 commit 78e49e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +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" />
134135
</ItemGroup>
135136

136137
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
137138
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
138139
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.7" />
140+
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="7.0.2" />
139141
</ItemGroup>
140142
</Project>

0 commit comments

Comments
 (0)