File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 </PropertyGroup >
2222
2323 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
24- <PackageReference Include =" log4net" Version =" 2.0.8 " />
24+ <PackageReference Include =" log4net" Version =" 2.0.10 " />
2525 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 1.1.2" />
2626 <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 1.1.2" />
2727 <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.2" />
2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
31- <PackageReference Include =" log4net" Version =" 2.0.8 " />
31+ <PackageReference Include =" log4net" Version =" 2.0.10 " />
3232 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.0.2" />
3333 <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 2.0.2" />
3434 <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.2" />
3535 </ItemGroup >
3636
3737 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
38- <PackageReference Include =" log4net" Version =" 2.0.8 " />
38+ <PackageReference Include =" log4net" Version =" 2.0.10 " />
3939 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 3.*" />
4040 <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 3.*" />
4141 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 1.*" />
You can’t perform that action at this time.
0 commit comments