Skip to content

Commit a839434

Browse files
committed
Update NuGet-Packages
1 parent 4f30a01 commit a839434

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
<AssemblyOriginatorKeyFile>..\Shared\SQLite.CodeFirst.StrongNameKey.snk</AssemblyOriginatorKeyFile>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="EntityFramework" Version="6.2.0" />
14-
<PackageReference Include="System.Data.SQLite" Version="1.0.111" />
15-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.111" />
16-
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.111" />
17-
<PackageReference Include="System.Data.SQLite.Linq" Version="1.0.111" />
13+
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
1814
</ItemGroup>
1915
<ItemGroup>
2016
<Reference Include="System.ComponentModel.DataAnnotations" />

SQLite.CodeFirst.Test/SQLite.CodeFirst.Test.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414
<DebugType>pdbonly</DebugType>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<PackageReference Include="EntityFramework" Version="6.2.0" />
1817
<PackageReference Include="Moq" Version="4.11.0" />
19-
<PackageReference Include="System.Data.SQLite" Version="1.0.111" />
20-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.111" />
21-
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.111" />
22-
<PackageReference Include="System.Data.SQLite.Linq" Version="1.0.111" />
2318
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
2419
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
2520
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
21+
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
2622
</ItemGroup>
2723
<ItemGroup>
2824
<Reference Include="System.ComponentModel.DataAnnotations" />

SQLite.CodeFirst.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 15
3-
VisualStudioVersion = 15.0.28010.2050
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.29503.13
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLite.CodeFirst", "SQLite.CodeFirst\SQLite.CodeFirst.csproj", "{50A32FE4-0E13-4213-A373-72523CDF34D9}"
66
EndProject

SQLite.CodeFirst/SQLite.CodeFirst.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

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

2626
</Project>

0 commit comments

Comments
 (0)