Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallin Marc, I212 authored and msallin committed Jan 30, 2021
1 parent f21bb45 commit cdd45c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion SQLite.CodeFirst/SQLite.CodeFirst.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion release_appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.6.0.{build}
version: 1.6.1.{build}
image: Visual Studio 2019
branches:
only:
Expand Down

0 comments on commit cdd45c9

Please sign in to comment.