Merge pull request #2404 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-7.0.13

Bump Microsoft.Data.Sqlite from 7.0.10 to 7.0.13
This commit is contained in:
Jeremy Wu 2023-11-19 15:11:38 +11:00 committed by GitHub
commit f531a46225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
@ -56,7 +56,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.10" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.13" />
</ItemGroup>
</Project>