Skip to content

Commit e625598

Browse files
Update dependency System.Data.SQLite.Core to 1.0.119 (#713)
+semver:patch
1 parent f57fa5d commit e625598

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.118" />
15+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
1616
</ItemGroup>
1717

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

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.118" />
15+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
1616
</ItemGroup>
1717

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

src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
2929
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
30-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
30+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
3131
</ItemGroup>
3232

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

0 commit comments

Comments
 (0)