File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
<PackageReference Include =" Microsoft.Extensions.PlatformAbstractions" Version =" 1.1.0" />
37
37
<PackageReference Include =" MySql.Data" Version =" 6.10.7" />
38
38
<PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
39
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.2 " />
39
+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5 " />
40
40
</ItemGroup >
41
41
42
42
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.1' Or '$(TargetFramework)' == 'netcoreapp2.0' Or '$(TargetFramework)' == 'netcoreapp2.2' Or '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net6.0' " >
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6.0" />
11
11
<PackageReference Include =" Moq" Version =" 4.8.2" />
12
12
<PackageReference Include =" MySql.Data" Version =" 6.10.7" />
13
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.2 " />
13
+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5 " />
14
14
<PackageReference Include =" xunit" Version =" 2.4.1" />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.2" >
16
16
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments