Skip to content

Commit f3cd57c

Browse files
committed
Update System.Data.SQLite.Core
+semver:patch
1 parent c5834a7 commit f3cd57c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Examples.FirstAutomappedProject/Examples.FirstAutomappedProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.106.0" />
16+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

src/Examples.FirstProject/Examples.FirstProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.106.0" />
16+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="FluentAssertions" Version="4.19.4" />
2727
<PackageReference Include="NUnit" Version="3.10.1" />
2828
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
29-
<PackageReference Include="System.Data.SQLite" Version="1.0.108" />
29+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.1" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">

0 commit comments

Comments
 (0)