diff --git a/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj b/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj index 37489d0..119d9ae 100644 --- a/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj +++ b/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj @@ -2,12 +2,12 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>netcoreapp3.1</TargetFramework> + <TargetFramework>net5.0</TargetFramework> </PropertyGroup> <ItemGroup> - <PackageReference Include="System.Data.SQLite" Version="1.0.112.2" /> - <PackageReference Include="System.Data.SQLite.EF6" Version="1.0.112.2" /> + <PackageReference Include="System.Data.SQLite" Version="1.0.113.7" /> + <PackageReference Include="System.Data.SQLite.EF6" Version="1.0.113" /> </ItemGroup> <ItemGroup> diff --git a/SQLite.CodeFirst/SQLite.CodeFirst.csproj b/SQLite.CodeFirst/SQLite.CodeFirst.csproj index a723f64..954af58 100644 --- a/SQLite.CodeFirst/SQLite.CodeFirst.csproj +++ b/SQLite.CodeFirst/SQLite.CodeFirst.csproj @@ -20,7 +20,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="EntityFramework" Version="6.4.0" /> + <PackageReference Include="EntityFramework" Version="6.4.4" /> </ItemGroup> </Project> diff --git a/release_appveyor.yml b/release_appveyor.yml index 62fac2d..c1fd9c6 100644 --- a/release_appveyor.yml +++ b/release_appveyor.yml @@ -1,4 +1,4 @@ -version: 1.6.0.{build} +version: 1.6.1.{build} image: Visual Studio 2019 branches: only: