@@ -22,11 +22,11 @@ Supports the creation of Class Library projects containing business domain class
22
22
<language >en-US</language >
23
23
<dependencies >
24
24
<group targetFramework =" net46" >
25
- <dependency id =" Microsoft.Extensions.Configuration" version =" 3.1.5 " />
26
- <dependency id =" Microsoft.Extensions.Configuration.Binder" version =" 3.1.5 " />
25
+ <dependency id =" Microsoft.Extensions.Configuration" version =" 3.1.9 " />
26
+ <dependency id =" Microsoft.Extensions.Configuration.Binder" version =" 3.1.9 " />
27
27
<dependency id =" System.ComponentModel.Annotations" version =" 4.7.0" />
28
- <dependency id =" Microsoft.Extensions.DependencyInjection" version =" 3.1.5 " />
29
- <dependency id =" Microsoft.Extensions.DependencyInjection.Abstractions" version =" 3.1.5 " />
28
+ <dependency id =" Microsoft.Extensions.DependencyInjection" version =" 3.1.9 " />
29
+ <dependency id =" Microsoft.Extensions.DependencyInjection.Abstractions" version =" 3.1.9 " />
30
30
</group >
31
31
<group targetFramework =" net45" />
32
32
<group targetFramework =" net40" >
@@ -36,8 +36,8 @@ Supports the creation of Class Library projects containing business domain class
36
36
</group >
37
37
<group targetFramework =" netstandard2.0" >
38
38
<dependency id =" NETStandard.Library" version =" 2.0.0" />
39
- <dependency id =" Microsoft.Extensions.Configuration" version =" 3.1.5 " />
40
- <dependency id =" Microsoft.Extensions.Configuration.Binder" version =" 3.1.5 " />
39
+ <dependency id =" Microsoft.Extensions.Configuration" version =" 3.1.9 " />
40
+ <dependency id =" Microsoft.Extensions.Configuration.Binder" version =" 3.1.9 " />
41
41
<dependency id =" System.Runtime.Serialization.Primitives" version =" 4.3.0" />
42
42
<dependency id =" System.Security.Principal" version =" 4.3.0" />
43
43
<dependency id =" System.Runtime.Serialization.Xml" version =" 4.3.0" />
@@ -47,8 +47,8 @@ Supports the creation of Class Library projects containing business domain class
47
47
<dependency id =" System.ComponentModel.Annotations" version =" 4.7.0" />
48
48
<dependency id =" System.Reflection" version =" 4.3.0" />
49
49
<dependency id =" System.Runtime.Serialization.Formatters" version =" 4.3.0" />
50
- <dependency id =" Microsoft.Extensions.DependencyInjection" version =" 3.1.5 " />
51
- <dependency id =" Microsoft.Extensions.DependencyInjection.Abstractions" version =" 3.1.5 " />
50
+ <dependency id =" Microsoft.Extensions.DependencyInjection" version =" 3.1.9 " />
51
+ <dependency id =" Microsoft.Extensions.DependencyInjection.Abstractions" version =" 3.1.9 " />
52
52
</group >
53
53
</dependencies >
54
54
</metadata >
0 commit comments