Skip to content

Commit 61867e5

Browse files
committed
Pin floating pre-release versions of SQLitePCLRaw
1 parent f05ab32 commit 61867e5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tracer/test/test-applications/debugger/Samples.Debugger.AspNetCore5/Samples.Debugger.AspNetCore5.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
117117
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.0" />
118118
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="8.0.0" />
119-
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6-*" />
120-
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.6-*" />
119+
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" />
120+
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.6" />
121121
</ItemGroup>
122122

123123
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">

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
@@ -104,8 +104,8 @@
104104
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
105105
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.0" />
106106
<PackageReference Update="Microsoft.Data.Sqlite.Core" Version="8.0.0" />
107-
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6-*" />
108-
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.6-*" />
107+
<PackageReference Update="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" />
108+
<PackageReference Update="SQLitePCLRaw.core" Version="2.1.6" />
109109
</ItemGroup>
110110

111111
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">

0 commit comments

Comments
 (0)