Skip to content

Commit 1220236

Browse files
Update dependency System.Data.SQLite.Core to v1.0.118 (#609)
+semver:patch
1 parent 974d978 commit 1220236

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
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
15+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
1616
</ItemGroup>
1717

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

src/Examples.FirstProject/Examples.FirstProject.csproj

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

1414
<ItemGroup>
15-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
15+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
1616
</ItemGroup>
1717

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

src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="FakeItEasy" Version="7.4.0" />
2424
<PackageReference Include="NUnit" Version="3.13.3" />
2525
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
26-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
26+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">

0 commit comments

Comments
 (0)