File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
</ItemGroup >
52
52
53
53
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
54
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7 .0" />
54
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0 .0" />
55
55
</ItemGroup >
56
56
57
57
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
58
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7 .0" />
58
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0 .0" />
59
59
<PackageReference Include =" System.Reflection.Emit" Version =" 4.7.0" />
60
60
<PackageReference Include =" System.Reflection.Emit.Lightweight" Version =" 4.7.0" />
61
61
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
You can’t perform that action at this time.
0 commit comments