File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
SQLite.CodeFirst.NetCore.Console Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net5.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<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 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" EntityFramework" Version =" 6.4.0 " />
23
+ <PackageReference Include =" EntityFramework" Version =" 6.4.4 " />
24
24
</ItemGroup >
25
25
26
26
</Project >
Original file line number Diff line number Diff line change 1
- version : 1.6.0 .{build}
1
+ version : 1.6.1 .{build}
2
2
image : Visual Studio 2019
3
3
branches :
4
4
only :
You can’t perform that action at this time.
0 commit comments