Skip to content

Commit 61f9287

Browse files
committed
bump mssqlite ver to 9.0.1
1 parent b03a5e0 commit 61f9287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analyzer/Analyzer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Data.SQLite"/>
17+
<PackageReference Include="Microsoft.Data.SQLite" Version="9.0.1" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

ReferenceFinder/ReferenceFinder.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.0.0" />
20+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)