Skip to content

Commit 943984c

Browse files
Merge pull request #98 from NLog/fix-build-dependencies
Fix installation issues on .NET 4.6+
2 parents 7615465 + c2a0839 commit 943984c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/NLog.Extensions.Logging/project.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rtm-beta2",
2+
"version": "1.0.0-rtm-beta3",
33
"description": "NLog provider for Microsoft.Extensions.Logging",
44
"authors": [ "Microsoft", "Julian Verdurmen" ],
55
"packOptions": {
@@ -10,7 +10,8 @@
1010
"repository": {
1111
"type": "git",
1212
"url": "git://github.com/NLog/NLog.Extensions.Logging"
13-
}
13+
},
14+
"releaseNotes": "Fix installation issues on .NET 4.6+"
1415
},
1516

1617
"buildOptions": {
@@ -23,9 +24,9 @@
2324
"frameworks": {
2425
"net451": {
2526
"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" }
2930

3031
},
3132
"dependencies": {

0 commit comments

Comments
 (0)