File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 32
32
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
33
33
<!-- app packages-->
34
34
<PackageReference Include =" Dapper.StrongName" Version =" 2.0.123" />
35
- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 1.1.2 " />
36
- <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 1.1.2 " />
37
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 1.1.2 " />
35
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 6.0.0 " />
36
+ <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 6.0.1 " />
37
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0 " />
38
38
<Using Include =" System" />
39
39
<Using Include =" System.Data" />
40
40
<Using Include =" System.Data.Common" />
57
57
58
58
<ItemGroup Condition =" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472' " >
59
59
<Reference Include =" System" />
60
+ <Reference Include =" System.Net.Http" />
60
61
<Reference Include =" System.Transactions" />
61
62
<Reference Include =" Microsoft.CSharp" />
62
63
</ItemGroup >
You can’t perform that action at this time.
0 commit comments