File tree 1 file changed +6
-5
lines changed
src/NLog.Extensions.Logging
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-rtm-beta2 " ,
2
+ "version" : " 1.0.0-rtm-beta3 " ,
3
3
"description" : " NLog provider for Microsoft.Extensions.Logging" ,
4
4
"authors" : [ " Microsoft" , " Julian Verdurmen" ],
5
5
"packOptions" : {
10
10
"repository" : {
11
11
"type" : " git" ,
12
12
"url" : " git://github.com/NLog/NLog.Extensions.Logging"
13
- }
13
+ },
14
+ "releaseNotes" : " Fix installation issues on .NET 4.6+"
14
15
},
15
16
16
17
"buildOptions" : {
23
24
"frameworks" : {
24
25
"net451" : {
25
26
"frameworkAssemblies" : {
26
- "System.Xml" : " 4.0.0.0 " ,
27
- "System.Runtime" : " 4.0.10.0 " ,
28
- "System.Xml.Serialization" : " 4.0.0.0 "
27
+ "System.Xml" : { "type" : " build " } ,
28
+ "System.Runtime" : { "type" : " build " } ,
29
+ "System.Xml.Serialization" : { "type" : " build " }
29
30
30
31
},
31
32
"dependencies" : {
You can’t perform that action at this time.
0 commit comments