Skip to content

Commit cdd45c9

Browse files
Sallin Marc, I212msallin
Sallin Marc, I212
authored andcommitted
Update dependencies
1 parent f21bb45 commit cdd45c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Data.SQLite" Version="1.0.112.2" />
10-
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.112.2" />
9+
<PackageReference Include="System.Data.SQLite" Version="1.0.113.7" />
10+
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.113" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

SQLite.CodeFirst/SQLite.CodeFirst.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="EntityFramework" Version="6.4.0" />
23+
<PackageReference Include="EntityFramework" Version="6.4.4" />
2424
</ItemGroup>
2525

2626
</Project>

release_appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.6.0.{build}
1+
version: 1.6.1.{build}
22
image: Visual Studio 2019
33
branches:
44
only:

0 commit comments

Comments
 (0)