File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
tracer/test/test-applications/security/Samples.Security.AspNetCore5 Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 129
129
<PackageReference Include =" System.DirectoryServices" Version =" 6.0.0" />
130
130
<PackageReference Include =" System.DirectoryServices.Protocols" Version =" 6.0.0" />
131
131
<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" />
132
139
</ItemGroup >
133
140
</Project >
You can’t perform that action at this time.
0 commit comments